Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34247 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11183 invoked by uid 1010); 25 Dec 2007 09:05:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11168 invoked from network); 25 Dec 2007 09:05:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2007 09:05:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:29570] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/00-09732-6D7C0774 for ; Tue, 25 Dec 2007 04:05:27 -0500 Received: (qmail 2157 invoked from network); 25 Dec 2007 09:05:22 -0000 Received: from mail.zend.net (HELO ?127.0.0.1?) (10.1.1.1) by cvs.zend.com with SMTP; 25 Dec 2007 09:05:22 -0000 Message-ID: <4770C7D2.2010301@zend.com> Date: Tue, 25 Dec 2007 12:05:22 +0300 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Markus Fischer CC: Derick Rethans , PHP Developers Mailing List References: <698DE66518E7CA45812BD18E807866CEF88FDD@us-ex1.zend.net> <4755A797.1020905@lerdorf.com> <-4460533375996444588@unknownmsgid> <698DE66518E7CA45812BD18E807866CEF89334@us-ex1.zend.net> <47570A20.8070901@zend.com> <698DE66518E7CA45812BD18E807866CEF895BF@us-ex1.zend.net> <4757D355.2060705@zend.com> <4757DA73.5070308@zend.com> <47598BAB.1080808@zend.com> <476157A6.4070400@zend.com> <476646E0.5090608@zend.com> <4768DB2D.9060907@zend.com> <4770C49E.2000309@fischer.name> In-Reply-To: <4770C49E.2000309@fischer.name> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Garbage collector patch From: dmitry@zend.com (Dmitry Stogov) ./buildconf --force ./config.nice make clean make Dmtiry. Markus Fischer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > it would really be great if this could be part of CVS alredy. The patch > doesn't compile currently, I get zillions of > > Zend/zend_execute.o: In function `gc_zval_check_possible_root': > php5.3-200712250730/Zend/zend_gc.h:175: undefined reference to > `gc_zval_possible_root' > Zend/zend_execute.o: In function `gc_remove_from_buffer': > php5.3-200712250730/Zend/zend_gc.h:183: undefined reference to `gc_globals' > php5.3-200712250730/Zend/zend_gc.h:184: undefined reference to `gc_globals' > php5.3-200712250730/Zend/zend_gc.h:183: undefined reference to `gc_globals' > php5.3-200712250730/Zend/zend_gc.h:184: undefined reference to `gc_globals' > collect2: ld returned 1 exit status > > right now ... > > - - Markus > > Dmitry Stogov wrote: >> updated patch. >> >> Dmitry. >> >> Derick Rethans wrote: >>> On Mon, 17 Dec 2007, Dmitry Stogov wrote: >>> >>>> Didn't I send it to you? >>> Maybe, maybe not :) I couldn't find it atleast. >>> I just tried to apply this to PHP 5.3, but it gives lots of failed >>> chucks... Are you sure this is the one against 5.3? >>> >>> regards, >>> Derick >>> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHcMSe1nS0RcInK9ARApIzAJ4iQgfSe3bBjjdF87GEk9nlqjF42wCgtkd/ > 0pmCIOSo0irNjsqHELkjmwY= > =xtVx > -----END PGP SIGNATURE----- >