php version issue in auto_prepend_file

2019-08-27 00:18发布

问题:

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