OSCommerce Product Manager for Windows
FS#338 - phpinfo dump available from client
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 28 April 2007, 20:24 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Tuesday, 15 May 2007, 05:24 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 28 April 2007, 20:24 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Tuesday, 15 May 2007, 05:24 GMT
|
DetailsThe server-side script should be able to send a phpinfo dump to the client on request.
The client should be able to query for a phpinfo dump to the server-side script. This is for debugging purposes. We receive lot of issues relating to PHP configuration options that make the server-side script to crash or misbehave. |
This task depends upon
The phpinfo dump is obtained when connecting to the server: first there is the NOOP operation to check the connectivity to the server, then the CAPA operation to check for known osCommerce modules, then the PHPINFO operation to get the phpinfo dump.
The dump data is kept in memory while the connection is enabled and can be reviewed in a dedicated dialog.