PHP General tips Logging 1 2 3 4 5 6 # send logs to STDOUT error_log("Oracle database not available!", 0); # log an object as string error_log(print_r($_SERVER, true), 0); error_log(print_r($variable, TRUE)); 1 2 # Search for the php.ini file php -i | grep Loaded