Home >Backend Development >PHP Tutorial >php warning: php startup: in unknown on line 0

php warning: php startup: in unknown on line 0

WBOY
WBOYOriginal
2016-06-23 13:34:531990browse


Windows下运行php-cgi报错如下:


D:\php>php-cgi.exe -b 127.0.0.1:9000 -c php.ini

PHP Warning:  PHP Startup:  in Unknown on line 0


Warning:  PHP Startup:  in Unknown on line 0

PHP Warning:  PHP Startup:  in Unknown on line 0


Warning:  PHP Startup:  in Unknown on line 0

PHP Warning:  PHP Startup:  in Unknown on line 0



解决方法:

这是PHP配置的问题,找开php.ini文件,找到“extension_dir”

;extension_dir = "./"  改为:extension_dir = "D:/php/ext"

注:更改为绝对路径即可;



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn