php.ini configuration
From OpenOffice.org Wiki
The php.ini is at /opt/coolstack/php5/lib
Set error reporting on, display errors to off, and log all php warnings/errors to a log file.
error_reporting = E_ALL log_errors = On error_log = /space/log/php_errors.log display_errors = Off
Add the curl extension
extension="curl.so"

