Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2009 invoked from network); 16 Dec 2008 10:20:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2008 10:20:18 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@googlemail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@googlemail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:37703] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/4B-30437-0E087494 for ; Tue, 16 Dec 2008 05:20:17 -0500 Received: by bwz14 with SMTP id 14so3397649bwz.23 for ; Tue, 16 Dec 2008 02:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ycGjj5fKKPBU4cToE14PNryKa0vPYMsH2XO0PGNps2c=; b=epUIVTpdPaNxfPhY5t7oS5J0bIe3+kiS5uOJlOa1A3bF6lRPS5kDljiya0eGr9js75 //8+0qpvQunor6BnewJdD5gixHmryVdDUSYDu5d6/VQFppG4aTbzcU+uUzW3fKlu+/U6 fTAZfXAYE7+kdwzS26TUn8+p7YK+C88RsYqc4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=DIp5P58Bb7btVdIL0VGeGPaE+AMXshP/AS+s5M9XMaNm3H6h32x20yEQ7Zh+bpFLPF 3pFj6yJ/V/iqmCMx8SfZ2W6Lo5KlCoUCKap69IP2lp8EY6sV+6QVMLhSZt5a+gRlUUMS OHjKAK9THKJIh3MFzS59GbiqSnVopR4vGYRR8= Received: by 10.103.226.10 with SMTP id d10mr495193mur.35.1229422813429; Tue, 16 Dec 2008 02:20:13 -0800 (PST) Received: by 10.103.94.6 with HTTP; Tue, 16 Dec 2008 02:20:13 -0800 (PST) Message-ID: <10845a340812160220l6f3e77f8w3ff2bb0c7ee1af63@mail.gmail.com> Date: Tue, 16 Dec 2008 10:20:13 +0000 Reply-To: RQuadling@GoogleMail.com To: "Jessie Hernandez" Cc: internals@lists.php.net In-Reply-To: <49432F9B.4020905@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10845a340812120753x2c77d049r979e2bf0cfae3e95@mail.gmail.com> <49432F9B.4020905@gmail.com> Subject: Re: Any news/ideas on http://bugs.php.net/bug.php?id=46326 From: rquadling@googlemail.com ("Richard Quadling") 2008/12/13 Jessie Hernandez : > Richard Quadling wrote: >> >> Hi. >> >> I'm looking to test 5.3, but I stumble at the first hurdle as the ini >> file is not being read. >> >> Windows XP Pro SP3 and Windows Server 2005/2008. >> >> 2008-12-12 15:45:36 D:\Personal >> Files\Downloads\Software\Programming\PHP\Latest >> Snapshots\php-5.3-win32-VC6-x86-latest >php -v >> PHP 5.3.0alpha4-dev (cli) (built: Dec 12 2008 15:05:22) >> Copyright (c) 1997-2008 The PHP Group >> Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies >> >> 2008-12-12 15:45:38 D:\Personal >> Files\Downloads\Software\Programming\PHP\Latest >> Snapshots\php-5.3-win32-VC6-x86-latest >php --ini >> Configuration File (php.ini) Path: C:\WINDOWS >> Loaded Configuration File: C:\PHP\PHP5\INI\php-cli.ini >> Scan for additional .ini files in: (none) >> Additional .ini files parsed: (none) >> >> >> 2008-12-12 15:46:11 D:\Personal >> Files\Downloads\Software\Programming\PHP\Latest >> Snapshots\php-5.3-win32-VC6-x86-latest >type >> C:\php\php5\ini\php-cli.ini | find "error_reporting" >> error_reporting = E_ALL | E_STRICT >> >> 2008-12-12 15:46:25 D:\Personal >> Files\Downloads\Software\Programming\PHP\Latest >> Snapshots\php-5.3-win32-VC6-x86-latest >php -i | find >> "error_reporting" >> error_reporting => no value => no value >> >> >> >> Same results for ... >> >> PHP 5.3.0alpha3 (cli) (built: Dec 4 2008 20:40:51) >> Copyright (c) 1997-2008 The PHP Group >> Zend Engine v2.3.0, Copyright (c) 1998-2008 Zend Technologies >> >> >> I even created a separate INI file ... >> >> [PHP] >> error_reporting = E_ALL | E_STRICT >> >> and then ... >> >> 2008-12-12 15:50:49 D:\Personal >> Files\Downloads\Software\Programming\PHP\Latest >> Snapshots\php-5.3.0alpha3-Win32-VC6-x86 >php -c >> C:\php\php5\INI\error_reporting.ini -i | find "error_reporting" >> Loaded Configuration File => C:\PHP\PHP5\INI\error_reporting.ini >> error_reporting => no value => no value >> >> >> Absolutely no reading of the error_reporting values. I'm assuming that >> the ini file reading is completely broken on windows. >> >> This is pretty bad. >> >> Richard >> > > This is also related to http://bugs.php.net/bug.php?id=44625 and > http://bugs.php.net/bug.php?id=46201, which I posted. > > > Jessie > Jessie. Hopefully my bug and test code will show the problem. I'm using 5.2.8 with no problem. This is very much a 5.3.x problem. One which is stopping me from doing any sort of testing of my code on 5.3.x. Putting it simply, 5.3.alpha on windows is broken enough to be unusable. I am also a ZCE. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!"