Running Contentor on PHP5
As of Thanksgiving, I again have a test server, this time running PHP5. I plan to get a PHP5-ready version ready by the end of 2007.
In the interim, a few settings in the .htaccess (or equiv in php.ini, if possible) file will help:
- php_value default_charset iso-8859-1
- php_value error_reporting 2039
- php_flag allow_call_time_pass_reference on
- php_value zend.ze1_compatibility_mode 1