Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48172 invoked by uid 1010); 17 Dec 2006 23:35:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48157 invoked from network); 17 Dec 2006 23:35:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2006 23:35:45 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; 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: andi@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:27818] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/37-25140-314D5854 for ; Sun, 17 Dec 2006 18:35:19 -0500 Received: (qmail 14778 invoked from network); 17 Dec 2006 23:33:10 -0000 Received: from localhost (HELO ANDILENOVO) (127.0.0.1) by localhost with SMTP; 17 Dec 2006 23:33:10 -0000 To: "'Edin Kadribasic'" , "'Dmitry Stogov'" , "'PHP Internals List'" Date: Sun, 17 Dec 2006 15:34:37 -0800 Message-ID: <00f201c72233$ec446410$6500a8c0@zend.2k> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <45857D73.8080209@emini.dk> Thread-Index: AcciAGfKpSmzK5qeQK2IifsNqXQdzwAM10JQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: RE: [PHP-DEV] Endless loop in zend_alloc.c From: andi@zend.com ("Andi Gutmans") References: <45857D73.8080209@emini.dk> Thanks for the heads-up. We are planning to work on changing this magic # generation this week anyway, so hopefully your problem will go away with the improvements. > -----Original Message----- > From: Edin Kadribasic [mailto:edink@emini.dk] > Sent: Sunday, December 17, 2006 9:25 AM > To: Dmitry Stogov; PHP Internals List > Subject: [PHP-DEV] Endless loop in zend_alloc.c > > Hi, > > Trying to compile current php-5.2-dev on Windows using the > new VC++ 8.0 (2005). PHP compiles without problems but on > startup ends up in and endless loop at around line 768 of > zend_alloc.c. rand() and do...while() never exit there. > > If I disable ZEND_MM_COOKIES PHP starts up fine. > > Edin > > -- > PHP Internals - PHP Runtime Development Mailing List To > unsubscribe, visit: http://www.php.net/unsub.php >