PDA

View Full Version : php.ini disable_functions = phpinfo


mavgh1
17th March 2006, 03:34
I have instaled SuSE 9.3 and it works perfect.
But when I configure from php.ini
disable_functions=phpinfo
I cannot connect to mysql ,ftp etc I cannot load .so modules.
How can I solve this problem.
Thanks in advance for any help.

falko
17th March 2006, 12:46
Does it work without disable_functions=phpinfo ?

mavgh1
17th March 2006, 13:20
Yes it works perfect.
After disable phpinfo he said that the extensions module(lets say mysql.so,ftp.so etc) are not installed.

falko
17th March 2006, 19:20
Can you try
disable_functions = phpinfo
instead (with spaces)?

mavgh1
17th March 2006, 23:30
I used disable_functions = phpinfo()
It's working now with disable_functions = phpinfo
Thanks