使用auto_prepend_file会影响性能吗?

时间:2015-10-30 16:09:48

标签: php apache .htaccess require php-ini

比较下面的三个备选方案,auto_prepend_file如何影响效果?

  1. .htaccess - php_admin_value auto_prepend_file /path/to/file.php
  2. httpd.conf - php_admin_value auto_prepend_file /path/to/file.php
  3. php.ini - auto_prepend_file = "/path/to/file.php"
  4. 每个php脚本都包含
  5. - require_once "/path/to/file.php";
  6. 性能总体上是否相同?

    是否有最佳做法需要考虑?

0 个答案:

没有答案