打开php的debug模式

WBOY
Release: 2016-06-23 13:13:57
Original
2678 people have browsed it


打开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  ]


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