How to set the "php.ini" file about semicolon! Anyone could help me modify the PHP config file "php.ini" when I write php programme,and I always lost the semicolon at the end of a sentence. At this Time ,while I execute the php file,there's no error report! help me!
find
error_reporting = E_ALL & ~E_NOTICE
in php.ini
set
error_reporting = E_ALL
and
display_errors = On
hi,artlover, How to set other error options such as "display_startup_errors = On" and "ignore_repeated_source = On" ,thank you help me!
You need to edit the php.ini file. Are you using a web host, or running your own server?
Yes,my host is localhost,I running programme on my own computer,os is windows! I always lost the semicolon at the end of a sentence,also other punctuation wasn't macth,the error reporting works bad!