Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77973 invoked by uid 1010); 4 Feb 2004 22:24:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77949 invoked by uid 1007); 4 Feb 2004 22:24:03 -0000 Message-ID: <20040204222403.77948.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 04 Feb 2004 16:13:43 -0600 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040204215030.3755.qmail@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 24.171.98.30 Subject: Re: [PHP-DEV] Re: -d stopped working in 4.3.4? From: guru@php.net (Joe Estock) On 2/4/2004 4:13 PM, Rasmus Lerdorf wrote: > On Wed, 4 Feb 2004, Joe Estock 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 > > > Well that shows exactly that it didn't work. track_errors should be > saying On there since you set it to 1 with the -d. It turns out > that between PHP 4.3.2 and 4.3.4 php -i was changed to ignore any -d > settings. > > -Rasmus My appologies. For some reason I was thinking 1 was Off and 0 On. It's been a very long day :|