Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82839 invoked from network); 10 Jun 2008 13:06:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2008 13:06:09 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:47443] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/8B-15621-F3C7E484 for ; Tue, 10 Jun 2008 09:06:08 -0400 Received: from office.vbulletin.com ([217.155.246.60] helo=[10.0.0.116]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1K63Xq-0000z8-Jg; Tue, 10 Jun 2008 14:05:58 +0100 Message-ID: <484E7C27.7010300@macvicar.net> Date: Tue, 10 Jun 2008 14:05:43 +0100 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Stanislav Malyshev CC: Felipe Pena , Steph Fox , Andrei Zmievski , internals References: <028f01c8c973$32e0bb70$4401a8c0@foxbox> <484BFF5B.8010008@gravitonic.com> <030401c8c97f$a8ec09d0$4401a8c0@foxbox> <484C5533.4000004@gravitonic.com> <014f01c8ca59$ff770770$4401a8c0@foxbox> <1213037343.5402.21.camel@felipe> <484E7B1C.9010608@zend.com> In-Reply-To: <484E7B1C.9010608@zend.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I'm working on the patch to remove stuff from Zend/*, I've yet to change any of the macros. Will most likely leave that to last. Scott Stanislav Malyshev wrote: >> - Changed: >> - ZEND_STR_TYPE -> IS_UNICODE >> - convert_to_text -> convert_to_unicode >> - convert_to_text_ex -> convert_to_unicode_ex > > Would the cleanup include the engine - i.e. all the UG-ly stuff in > macros, functions, etc. - or only ext/* part? [...] Content analysis details: (-4.3 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.1 AWL AWL: From: address is in the auto white-list Subject: Re: [PHP-DEV] Re: Focus on HEAD From: scott@macvicar.net (Scott MacVicar) I'm working on the patch to remove stuff from Zend/*, I've yet to change any of the macros. Will most likely leave that to last. Scott Stanislav Malyshev wrote: >> - Changed: >> - ZEND_STR_TYPE -> IS_UNICODE >> - convert_to_text -> convert_to_unicode >> - convert_to_text_ex -> convert_to_unicode_ex > > Would the cleanup include the engine - i.e. all the UG-ly stuff in > macros, functions, etc. - or only ext/* part?