问题
I am trying to include a class file using auto_prepend_file
feature in php.ini
I added below line in PHP
auto_prepend_file="file.php"
It is working fine from the browser but when i am running from terminal, its working fine in PHPversion 5.3.8 but not in version 5.2.4
来源:https://stackoverflow.com/questions/16013378/php-version-issue-in-auto-prepend-file