Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 850 invoked by uid 1010); 11 May 2006 06:29:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 833 invoked from network); 11 May 2006 06:29:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2006 06:29:02 -0000 X-PHP-List-Original-Sender: manchokapitancho@gmail.com X-Host-Fingerprint: 64.233.184.239 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.239:47185] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C5/0D-19568-DA9D2644 for ; Thu, 11 May 2006 02:29:02 -0400 Received: by wr-out-0506.google.com with SMTP id i30so67877wra for ; Wed, 10 May 2006 23:28:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=QOgCc8i2HL44X3Gfdp1vLnWW+cRXGiN/VsEz8GSauyxJM0Kqv90FbHgqw/RY/n0/gdyV8Kt7GNrx05pAgQ92RD/c2v0HNnpwZF+P3H72IRNEGxR1g6GoKUt5TUZOMgUzIeOAsKoAzyFJbyGj9DHBXJng5IzLG/z7HV5w3Zd3YVs= Received: by 10.64.210.8 with SMTP id i8mr218526qbg; Wed, 10 May 2006 23:28:59 -0700 (PDT) Received: by 10.65.186.2 with HTTP; Wed, 10 May 2006 23:28:59 -0700 (PDT) Message-ID: Date: Thu, 11 May 2006 09:28:59 +0300 To: internals@lists.php.net In-Reply-To: <20060510175335.788a140d@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2276_29198807.1147328939143" References: <20060510175335.788a140d@localhost.localdomain> Subject: Re: Win snapshot is not built (PHP 5.2) From: manchokapitancho@gmail.com ("Marian Kostadinov") ------=_Part_2276_29198807.1147328939143 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thanks for the information. Finally I downloaded a new version and __toString is working as expected. There is an issue about error_reporting setting in php.ini. I took my php 5.1 php.ini file and used it for 5.2. Strangely it seemed that E_STRICT suddenly turned on. Is this an intended change or a bug? 2006/5/10, Pierre : > > On Wed, 10 May 2006 18:46:43 +0300 > manchokapitancho@gmail.com ("Marian Kostadinov") wrote: > > > Hi all, > > I wanted to get a 5.2 snapshot for windows but noticed the it did not > > build. The error in the log is: > > > > ext\com_dotnet\com_extension.c(195) : error C2198: > > 'zend_exception_get_default' : too few actual parameters > > > > Can anyone fix it so I can test the fixed __toString behaviour? > > Rob fixed this error earlier today, the next snapshots should work. > > -- Pierre > ------=_Part_2276_29198807.1147328939143--