Thursday, 22 August 2013

Issue with PHP configurations

Issue with PHP configurations

I wanted to disable some functions but it seems my modifications don't work.
Under wamp/bin/php/php5.3.13/php.ini I uncommented the disable_functions
parameter and added the following values:
disable_functions = shell_exec, system
When I view phpinfo(); disable_functions seems unaffected and has no
assigned values. I also tried restarting wamp and its services but the
result is still the same.
Am I missing something rather obvious?
Thanks in advance :)

No comments:

Post a Comment