Executing PHP code for development purposes
It is possible to execute PHP code from the command line for development purposes. This is done with -t tag.
Each time a request is made to PHP development server a log entry is made to a command line.
Development environment is not meant for a production use.
Comments
Post a Comment