当前位置:Gxlcms > PHP教程 > php搭建环境

php搭建环境

时间:2021-07-01 10:21:17 帮助过:23人阅读

我是apache2.2.22+php5.3,搭建的时候phpinfo(),Loaded Configuration File 死活为None,不得其解,终于看到一个帖子

说php-ini-development变更为php.ini的时候要记得把

short_open_tag = Off

更改为:

short_open_tag = on

人气教程排行