Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19899 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57756 invoked by uid 1010); 3 Nov 2005 09:03:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57740 invoked from network); 3 Nov 2005 09:03:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2005 09:03:07 -0000 X-Host-Fingerprint: 217.8.241.112 ns1.synchromedia.co.uk OpenBSD 3.0-3.4 Received: from ([217.8.241.112:18452] helo=ns1.synchromedia.co.uk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F6/EF-56573-A42D9634 for ; Thu, 03 Nov 2005 04:03:06 -0500 Received: (qmail 13276 invoked by uid 89); 3 Nov 2005 09:03:02 -0000 Received: from unknown (HELO ?10.0.0.1?) (marcus@synchromedia.co.uk@87.74.30.27) by mail.synchromedia.co.uk with SMTP; 3 Nov 2005 09:03:02 -0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: References: <20051028140325.BFE8.MIKE.HALL@twistdigital.co.uk> <436229A2.1000202@iamjochem.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <927AD498-EFF7-4D16-9A86-3288391AFAAF@synchromedia.co.uk> Content-Transfer-Encoding: 7bit Date: Thu, 3 Nov 2005 09:03:01 +0000 To: PHP-DEV X-Mailer: Apple Mail (2.746.2) Subject: Re: [PHP-DEV] No error output? From: marcus@synchromedia.co.uk (Marcus Bointon) I'm still having trouble with PHP 5.1.0RC4 giving no error output at all, either to browser or to logs. In my php.ini I have: error_reporting = E_ALL display_errors = On display_startup_errors = On log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On track_errors = Off html_errors = On error_log = "/var/log/httpd/php_errors" (which exists and has same ownership and permissions as other httpd logs which are working) and I've also tried not setting error_log and having it set to syslog. in my httpd.conf (apache 2.0.54-12 from Fink) I have: ErrorLog "/private/var/log/httpd/error_log" LogLevel info LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i \"" combined CustomLog "/private/var/log/httpd/access_log" combined (On OS X, /var is a pointer to /private/var). I really can't see anything wrong with these settings and I can't think how else error output could be blocked. If I run scripts from CLI, I do get errors displayed in the terminal, but it's not much use for testing web stuff. I'm getting the same behaviour on both OS X and RHEL4. Are there any configure options that relate to error output? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture marcus@synchromedia.co.uk | http://www.synchromedia.co.uk