Hi everyone.
Problem #1 is solved and there is problem #2...
Phpinfo() says:
Configuration File (php.ini) Path /usr/local/etc/php5/cgi
Loaded Configuration File /usr/local/etc/php5/cgi/php.ini
disable_functions no value no value
enable_dl On On
In /usr/local/etc/php5/cgi/php.ini file:
disable_functions = exec,system,passthru,shell_exec,escapeshellarg,escapeshellc$
and
enable_dl = Off
Ofcourse I have restarted, but nothing changed.
How is this posible and why are the changes not loaded?
I've also changed /usr/local/lib/php.ini for testing with php.ini info (there was only a ZEND config) but nothing happend.
Anyone a idea?
But
Problem #1 is solved and there is problem #2...

Phpinfo() says:
Configuration File (php.ini) Path /usr/local/etc/php5/cgi
Loaded Configuration File /usr/local/etc/php5/cgi/php.ini
disable_functions no value no value
enable_dl On On
In /usr/local/etc/php5/cgi/php.ini file:
disable_functions = exec,system,passthru,shell_exec,escapeshellarg,escapeshellc$
and
enable_dl = Off
Ofcourse I have restarted, but nothing changed.
How is this posible and why are the changes not loaded?
I've also changed /usr/local/lib/php.ini for testing with php.ini info (there was only a ZEND config) but nothing happend.
Anyone a idea?
But