php.ini configuration

From OpenOffice.org Wiki

Jump to: navigation, search
PAGE_TITLE: cGhwLmluaSBjb25maWd1cmF0aW9u

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"
Personal tools
Create a book