Home >Backend Development >PHP Tutorial >打开php的debug模式

打开php的debug模式

WBOY
WBOYOriginal
2016-06-23 13:13:572706browse


打开php的debug模式


[root@nb0001 files]# vim /etc/php.ini

display_errors = On

display_startup_errors = On

log_errors = On




[root@nb0001 files]# service httpd restart

Stopping httpd:                                            [  OK  ]

Starting httpd:                                            [  OK  ]


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