Hello everybody,
I request a change in my PHP version, 5 days ago, and i have no answer.
Good or bad but i want to know, because, my CMS groupware, needs function's PHP version 3.
This is the test script of groupoffice on server : Group-Office test script
Server software:Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8b mod_mono/1.2.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP version:Ok (5.2.5)
MySQL support: Ok
IMAP support:Ok
Iconv support:Ok
File upload support:Ok
Safe mode:Ok
Open base_dir:Ok
Calendar functions:Ok
Memory limit:Ok
Register globals:Ok
Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled. libwbxml: Warning: exec() has been disabled for security reasons in /home/............ on line 67
Edit:
So just 2 functions, or options of v3 php are important for me. How Can i have them?
The script is a groupware "groupoffice".
The functions or options i need :
Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled.
libwbxml:Warning: exec() has been disabled for security reasons in /home/............ on line 67
exec() function isn't an important function. Try commenting out the line that has this function and see if your script works.
If you don't know how to do it, tell me what page is the one giving you the "Error logging:Warning: PHP error logging is disabled in php.ini. It's recommended that this feature is enabled. " message and I'll try to comment it out.