Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
php: improvements in handling PHP server configuration
- frontend: added the option to enable or disable the debug mode - frontend: optimized the number of calls to the 'get_configuration()' function of the manager when rendering the php page: 1 single call instead of 6 (8 when autoscaling is enabled) - frontend and manager: updated the default values for the configuration parameters to match the ones in PHP v 5.6 - frontend: more sensible available values for parameters (I don't think a 4 GB post size is achievable) - frontend: fixed indentation in PhpPage.php - manager: the initial PHP configuration contains the default values (if not, when PHP is updated, a discrepancy may appear between the default values in the ConPaaS and the ones in PHP, leading to an unwanted effect in which changing a value from the web frontend will also change other values) - cps-tools: shortened the 'get_configuration' command to 'get_config' - cps-tools: human readable output for the 'get_configuration' command - uploading code using git: more informative message from the git push hook (prints the code version id of the code just pushed)
- Loading branch information