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

php warning: php startup: in unknown on line 0

WBOY
Release: 2016-06-23 13:34:53
Original
1991 people have browsed it


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"
Copy after login

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



source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template