Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53270 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36383 invoked from network); 13 Jun 2011 16:27:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2011 16:27:40 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:60641] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/01-14457-A7A36FD4 for ; Mon, 13 Jun 2011 12:27:39 -0400 Received: by qyk32 with SMTP id 32so1105922qyk.8 for ; Mon, 13 Jun 2011 09:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:from:date:message-id :subject:to:content-type; bh=CiAanbd+PhbdjiTlrPpYbXn7ECxD3mjL/Vgq8836Z64=; b=KRS5G2X4GyFwECxhb66QaMUNoeJmQXgAaV0s0NZZy6DzJgd0y28V15wCoyWncAtZoK Fo0Ojia6gg/rvcuuTTmym9vCiukkTd4cOypYdFzEDqF2RVKKh/B1YCme+WH3aC3xn5Pa i3uiKrpx08yP2ytnr+W9gY2DGa3jDotfgpe3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=AcruiHMAgvE8Def1QqpuJUuXB7D/lrQh8Fjolbyqy7sSSki6pRq6ua2ozJ7bDL3i6k ESIPVP3kv6YYn79vfyM6XHyMtbL2TBXAkbScrInj4DqT4UPFwHh56DMvG7jN+O7J2/40 yY533BLm4VyE/4A+rKEjvNPiLZUcR7VbnAYoY= Received: by 10.229.26.201 with SMTP id f9mr3956293qcc.151.1307982456135; Mon, 13 Jun 2011 09:27:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.80.79 with HTTP; Mon, 13 Jun 2011 09:27:16 -0700 (PDT) Reply-To: RQuadling@GMail.com Date: Mon, 13 Jun 2011 17:27:16 +0100 Message-ID: To: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: http://news.php.net/php.cvs/65214 causing win32 compile problems. From: rquadling@gmail.com (Richard Quadling) Hi. http://news.php.net/php.cvs/65214 Revision: http://svn.php.net/viewvc?view=revision&revision=312112 Log: - Fixed bug #54624 (class_alias and type hint) Bug: http://bugs.php.net/54624 (Open) class_alias and type hint (II.) is causing me compile issues on Win32... zend_compile.c Zend\zend_compile.c(2583) : error C2143: syntax error : missing ';' before 'type' Zend\zend_compile.c(2584) : error C2143: syntax error : missing ';' before 'type' Zend\zend_compile.c(2587) : error C2065: 'found' : undeclared identifier Zend\zend_compile.c(2587) : error C2065: 'found2' : undeclared identifier Zend\zend_compile.c(2617) : error C2061: syntax error : identifier 'do_inherit_method_check' Zend\zend_compile.c(2617) : error C2059: syntax error : ';' Zend\zend_compile.c(2617) : error C2059: syntax error : 'type' Zend\zend_compile.c(2875) : error C2065: 'do_inherit_method_check' : undeclared identifier Zend\zend_compile.c(2943) : error C2065: 'do_inherit_method_check' : undeclared identifier NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\Bin\cl.exe"' : return code '0x2' Dropping back to the previous revision allows the compilation to proceed. I was going to look at the rmtools logs, but they are offline it seems (or the URLs different or I don't have rights). Anyway. Not sure if this is win32 only, but thought that you should know. Regards, Richard. -- Richard Quadling Twitter : EE : Zend : PHPDoc @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea