Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69691 invoked from network); 29 Aug 2008 10:14:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2008 10:14:27 -0000 Authentication-Results: pb1.pair.com header.from=php_lists@realplain.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php_lists@realplain.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain realplain.com from 209.235.152.153 cause and error) X-PHP-List-Original-Sender: php_lists@realplain.com X-Host-Fingerprint: 209.235.152.153 mail963c35.nsolutionszone.com Linux 2.5 (sometimes 2.4) (4) Received: from [209.235.152.153] ([209.235.152.153:49650] helo=mail963c35.nsolutionszone.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/76-44384-20CC7B84 for ; Fri, 29 Aug 2008 06:14:27 -0400 X-POP-User: wilmascam.centurytel.net Received: from pc1 (72-161-146-209.dyn.centurytel.net [72.161.146.209]) by mail963c35.nsolutionszone.com (8.13.6.20060614/8.13.1) with SMTP id m7TAELSF001342; Fri, 29 Aug 2008 10:14:23 GMT Message-ID: <018501c909c0$02544de0$0201a8c0@pc1> To: , "Dmitry Stogov" References: <00ea01c8a160$2edd8160$0201a8c0@pc1> <016c01c8eccd$e28cfac0$0201a8c0@pc1> <488835D0.1040005@zend.com> <00e501c8ed77$3498cf20$0201a8c0@pc1> <48889901.8000008@zend.com> <015101c8f306$34c358f0$0201a8c0@pc1> <4891CC46.2020208@zend.com> <020e01c8f32e$a82a9fb0$0201a8c0@pc1> <4891F189.7030202@zend.com> <00be01c90919$0592d0f0$0201a8c0@pc1> <48B7BF19.5020007@zend.com> <012201c909bd$580f0ca0$0201a8c0@pc1> <48B7C8E7.5030307@zend.com> Date: Fri, 29 Aug 2008 05:14:20 -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.1933 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1933 Subject: Re: [PHP-DEV] [PATCH] No runtime fetching of built-in global constants From: php_lists@realplain.com ("Matt Wilmas") Hi Dmitry, ----- Original Message ----- From: "Dmitry Stogov" Sent: Friday, August 29, 2008 > Ok, I'm going to commit it. > Could you remember why we disabled constants substitution for ZEND_CT? Yeah, it's to make sure something like -CONST in ZEND_CT context doesn't work sometimes, sometimes not. My previous message (first part): http://marc.info/?l=php-internals&m=121750618525882&w=2 > Thanks. Dmitry. > > Matt Wilmas wrote: > > Hi Dmitry, > > > > Yeah, that looks good too, and should work the same way. :-) > > > > > > Thanks, > > Matt > > > > > > ----- Original Message ----- > > From: "Dmitry Stogov" > > Sent: Friday, August 29, 2008 > > > >> Hi Matt, > >> > >> I updated your patch a little bit to make it more clear (from my point > >> of view). > >> Please take a look. > >> > >> Thanks. Dmitry.