Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44273 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37630 invoked from network); 14 Jun 2009 09:36:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 09:36:50 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.154 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:18709] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/93-09122-1B4C43A4 for ; Sun, 14 Jun 2009 05:36:49 -0400 Received: by fg-out-1718.google.com with SMTP id 22so194807fge.0 for ; Sun, 14 Jun 2009 02:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=V6BExM374YCNMa2bjL+5TEAhLjQ7CKp7EQX5dIGY6qo=; b=dnr7ynxMFGGzv26vzBhSNlVI19AjhbjQzH0g2QPkjPq9P8Z8gSB1ap5oWspFd208Pa wI6SrfK1UAnmXRJDRWSY2g9iorgKSz5wgJfKb+pn1vEv0HSSaNm3hlVsUCgclYRIYTgN D+f6pj74nrgfzGnkvBU49/OWSN9SBvPodZp4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=egkKrBnAaCpOo9lPGglvA5PWZS+1/CcTP1irmxCNWWaH942WoCjtUU1eQc5VEu8b8k Qmz7+ZU4eOSpdFiN0iAOmbaZ0Kuq6MYJf1PfnPX8KeL6NJ04Z0E0VQnqB8DpLfCsCfJi 6vVvrTqlvtpjUHYoYRjpbSoMZNY7dCZtwr+mU= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.60.15 with SMTP id i15mr5642526fga.5.1244972205810; Sun, 14 Jun 2009 02:36:45 -0700 (PDT) In-Reply-To: <4A34C256.3040906@zend.com> References: <4A34C256.3040906@zend.com> Date: Sun, 14 Jun 2009 11:36:45 +0200 X-Google-Sender-Auth: 8f647d84f763411d Message-ID: <2dedb8a0906140236v4645aa1eiec7b35de7a8c49d1@mail.gmail.com> To: Stanislav Malyshev Cc: PHP Internals , Arnaud Le Blanc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.2 build broken From: kalle@php.net (Kalle Sommer Nielsen) Hi 2009/6/14 Stanislav Malyshev : > Hi! > > I'm getting this on 5.2: > > /root/php-5.2/Zend/zend_execute.h:178: error: invalid conversion from > 'void*' to 'zval*' > /root/php-5.2/Zend/zend_execute.h:179: error: invalid conversion from > 'void*' to 'zend_function*' > /root/php-5.2/Zend/zend_execute.h: In function 'void > zend_arg_types_stack_3_pop(zend_ptr_stack*, zend_class_entry**, zval**, > zend_function**)': > /root/php-5.2/Zend/zend_execute.h:188: error: invalid conversion from > 'void*' to 'zend_class_entry*' > /root/php-5.2/Zend/zend_execute.h:189: error: invalid conversion from > 'void*' to 'zval*' > /root/php-5.2/Zend/zend_execute.h:190: error: invalid conversion from > 'void*' to 'zend_function*' I noticed Pierre committed a fix for 5.3, but it didn't go in HEAD so im unsure if thats broken too, but for 5.3 the fix was: http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_execute.h?r1=3D1.84.2.4.2.8.= 2.14&r2=3D1.84.2.4.2.8.2.15 should be the same for 5.2 > > Is it just me or the build is broken? > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com =A0 http://www.zend.com/ > (408)253-8829 =A0 MSN: stas@zend.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 regrads, Kalle Sommer Nielsen kalle@php.net