Voting

: four plus zero?
(Example: nine)

The Note You're Voting On

Rash
10 years ago
If you are using the PHP development server, run from the command line via `php -S servername:port`, every single error/notice/warning will be reported in the command line itself, with file name, and line number, and stack trace.

So if you want to keep a log of all the errors even after page reloads (for help in debugging, maybe), running the PHP development server can be useful.

<< Back to user notes page

To Top