Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51320 invoked from network); 29 Apr 2003 20:48:45 -0000 Received: from unknown (HELO mail.3gstech.com) (216.239.132.98) by pb1.pair.com with SMTP; 29 Apr 2003 20:48:45 -0000 Received: from [10.100.10.90] (ip12-162-2-6.us01.qualys.com [12.162.2.6]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.3gstech.com (Postfix) with ESMTP id 95E53A0BC80 for ; Tue, 29 Apr 2003 13:48:43 -0700 (PDT) To: internals@lists.php.net Content-Type: text/plain Organization: Message-ID: <1051649816.4832.9.camel@hemna.uh.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 29 Apr 2003 13:56:56 -0700 Content-Transfer-Encoding: 7bit Subject: error_log issue in php.ini From: waboring@3gstech.com (Walt Boring) Howdy, I have found something that I find a bug in php. If I have log_errors = on in the php.ini and don't set the error_log entry, I can never set it in a php script. I have the error_log commented out in the php.ini, because I have it set in my httpd.conf file for all of my virtual hosts. But when I run php from the command line, I want to set the error_log to a file, and ini_set() always returns false, simply because error_log is commented out in the php.ini. I should be able to set this at runtime. Walt