php version issue in auto_prepend_file

蹲街弑〆低调 提交于 2019-12-25 05:30:56

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!