Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39498 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12202 invoked from network); 31 Jul 2008 11:57:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2008 11:57:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.235.152.150 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.235.152.150 mail960c35.nsolutionszone.com Linux 2.5 (sometimes 2.4) (4) Received: from [209.235.152.150] ([209.235.152.150:45442] helo=mail960c35.nsolutionszone.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/AA-60033-3A8A1984 for ; Thu, 31 Jul 2008 07:57:24 -0400 X-POP-User: wilmascam.centurytel.net Received: from pc1 (dsl-191-161.laj.centurytel.net [69.179.191.161]) by mail960c35.nsolutionszone.com (8.13.6.20060614/8.13.1) with SMTP id m6VBvIGQ028226; Thu, 31 Jul 2008 11:57:20 GMT Message-ID: <013a01c8f304$96282050$0201a8c0@pc1> To: , "Dmitry Stogov" Cc: "Nuno Lopes" References: <013e01c8f257$1e1bbcf0$0201a8c0@pc1> <4890B18E.7000500@zend.com> <00e001c8f302$e8100fb0$0201a8c0@pc1> <4891A769.6090306@zend.com> Date: Thu, 31 Jul 2008 06:57:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1914 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 Subject: Re: [PHP-DEV] Re: [PATCH] Constant expr folding (again), and other things From: php_lists@realplain.com ("Matt Wilmas") Hi Dmitry, ----- Original Message ----- From: "Dmitry Stogov" Sent: Thursday, July 31, 2008 > Hi Matt, > > For now I would like to disable "-CONST" constant expression which > started to work after your patch. Yes, that's what my new fix will do -- it's coming in just a minute, and it also corrects part of the constant substitution that isn't working right now. Just a sec. :-) > Later we are able to implement the complete constant expressions support. > > Thanks. Dmitry. Thanks, Matt