Rumah > Artikel > pembangunan bahagian belakang > 打开php的debug模式
打开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 ]