Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7589 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24676 invoked by uid 1010); 4 Feb 2004 22:02:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24632 invoked from network); 4 Feb 2004 22:02:00 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 4 Feb 2004 22:02:00 -0000 Received: from [192.168.1.100] (p508E9913.dip.t-dialin.net [80.142.153.19]) by shiva.mind.de (Postfix) with ESMTP id 4666597B66; Wed, 4 Feb 2004 23:01:54 +0100 (CET) Date: Wed, 4 Feb 2004 23:03:15 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <49-449470484.20040204230315@marcus-boerger.de> To: Joe Estock Cc: internals@lists.php.net In-Reply-To: <20040204215030.3755.qmail@pb1.pair.com> References: <20040204215030.3755.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: -d stopped working in 4.3.4? From: helly@php.net (Marcus Boerger) Hello Joe, Wednesday, February 4, 2004, 10:40:10 PM, you wrote: > On 2/4/2004 3:12 PM, Rasmus Lerdorf wrote: >> Is it me or does -d no longer work in 4.3? To test: >> >> php -d "track_errors=1" -i | grep track >> >> (assuming you have it off in your php.ini) >> >> Works fine for me in 4.3.2 but looks quite broken in 4.3.4. Anybody play >> around in that code? >> >> -Rasmus > Works fine for me in 4.3.4RC3. Here is the output: > php -d "track_errors=1" -i | grep track > track_errors => Off => Off No. Since you set track_errors to 1 (=On) it shouldn't display Off. -- Best regards, Marcus mailto:helly@php.net