Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33441 invoked by uid 1010); 25 Sep 2004 14:17:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33371 invoked from network); 25 Sep 2004 14:17:59 -0000 Received: from unknown (HELO frontend1.messagingengine.com) (66.111.4.30) by pb1.pair.com with SMTP; 25 Sep 2004 14:17:59 -0000 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 910E3C1589B for ; Sat, 25 Sep 2004 10:17:58 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id 1361084A; Sat, 25 Sep 2004 10:17:59 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.62; B3.01; Q3.01) References: <1096114694.17442.205133663@webmail.messagingengine.com> In-Reply-To: <1096114694.17442.205133663@webmail.messagingengine.com> To: "Kamesh Jayachandran" , internals@lists.php.net Date: Sat, 25 Sep 2004 07:17:59 -0700 X-Sasl-Enc: /en86AFiT2WGM4MxcnsF/A 1096121879 Message-ID: <1096121879.22714.205136863@webmail.messagingengine.com> Subject: Re: [PHP-DEV] issues in compiling the zend_execute.c in CVS HEAD From: kameshj@fastmail.fm ("Kamesh Jayachandran") Hi Andi, This problem seems to be there with the zend_compile.h version 1.293, zend_execute.c version 1.680, zend_opcode.c version 1.108 and zend_execute_API.c version 1.299. This compilation problem does not exist in Non-ZTS mode, but exist in ZTS mode only. I have just reverted the versions just 1 down and My problem(ZTS build) is solved. With regards Kamesh Jayachandran On Sat, 25 Sep 2004 05:18:14 -0700, "Kamesh Jayachandran" said: > Hi All, > > I have updated the php to latest HEAD from then on compiling > zend_execute.c keeps hanging. > > This is the compile command I could see, > > /bin/sh /root/kamesh/work/php-src/libtool --silent --preserve-dup-deps > --mode=compile /root/kamesh/work/php-src/meta_ccld -IZend/ > -I/root/kamesh/work/php-src/Zend/ -DPHP_ATOM_INC > -I/root/kamesh/work/php-src/include -I/root/kamesh/work/php-src/main > -I/root/kamesh/work/php-src -I/root/kamesh/work/php-src/Zend > -I/usr/include/libxml2 -D_REENTRANT -I/root/kamesh/work/php-src/TSRM > -g -O2 -pthread -DZTS -prefer-pic -c > /root/kamesh/work/php-src/Zend/zend_execute.c -o Zend/zend_execute.lo > > With regards > Kamesh Jayachandran > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >