Home > Backend Development > PHP Tutorial > php.ini的有关问题

php.ini的有关问题

WBOY
Release: 2016-06-13 10:23:43
Original
820 people have browsed it

php.ini的问题
我安装的是wampserver

phpinfo()中

Configuration File (php.ini) Path 是 C:\WINDOWS
Loaded Configuration File 是 D:\Program Files\wamp\bin\apache\Apache2.2.21\bin\php.ini

我在php.ini 加了
error_prepend_string = ""
error_append_string = "
"
为什么不起作用

是不是php.ini 不起作用的过
应该怎么修改 
感谢

------解决方案--------------------

探讨

我在php.ini 加了
error_prepend_string = "aaa"
error_append_string = "bbb
"

比如php语法错误,会显示
aaa
( ! ) Parse error: syntax error, unexpected ';', expecting ')' in D……
Related labels:
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