Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96679 invoked from network); 27 Mar 2009 11:50:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2009 11:50:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.167 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.218.167 mail-bw0-f167.google.com Received: from [209.85.218.167] ([209.85.218.167:48751] helo=mail-bw0-f167.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/6D-30978-F7DBCC94 for ; Fri, 27 Mar 2009 06:50:24 -0500 Received: by bwz11 with SMTP id 11so960379bwz.23 for ; Fri, 27 Mar 2009 04:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=8yZ51zkSilhrC0Y7sRjmf13j23rPGTizGIb/Hf5REK4=; b=IoBaJob+LBLYKC5hwB7e7ur14RWF9g4Fki6QtHADt7DXUpClHY4RgEkOg532cpBGPg KRPWw6U5PaYeS4+/6cuX7VFbL4GsMGQDuyc1bcTCSGua00uxlFiXLHNqvo8Hu9YHmc/H b+5euDYWAUEsPsS12dVZsc6+DndV3ht1a4orc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MCqPip1/OeBGAE0LaO4bG8oXD6ygs269k98KJg7xzfNYU7+Cgz1kbYBPFTYFlQeG+0 pF5otK4vcb9D/8s9+yyyY+tCTOJbdfCkYhq2dD8/WejQPMiG6jiABIyhz/vpvnm5T88M pFlEuDCrLKCQOq72+fHIXCQHZFC9pJ72z5+dM= MIME-Version: 1.0 Sender: david.coallier@gmail.com Received: by 10.223.122.70 with SMTP id k6mr1579212far.26.1238154620649; Fri, 27 Mar 2009 04:50:20 -0700 (PDT) In-Reply-To: <7f3ed2c30903270447p20a056f7xa86ab5316d794b4f@mail.gmail.com> References: <028f01c8c973$32e0bb70$4401a8c0@foxbox> <030401c8c97f$a8ec09d0$4401a8c0@foxbox> <484C5533.4000004@gravitonic.com> <014f01c8ca59$ff770770$4401a8c0@foxbox> <1213037343.5402.21.camel@felipe> <01aa01c8ca94$3a920dc0$4401a8c0@foxbox> <484E2790.5050108@zend.com> <484EE914.7010201@gravitonic.com> <46ccd1ab0903270437l26efba2cg7eabb3fd6617f215@mail.gmail.com> <7f3ed2c30903270447p20a056f7xa86ab5316d794b4f@mail.gmail.com> Date: Fri, 27 Mar 2009 11:50:20 +0000 X-Google-Sender-Auth: 3ac2a7cda0c99c30 Message-ID: To: Hannes Magnusson Cc: Felipe Pena , Andrei Zmievski , Stanislav Malyshev , Steph Fox , internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Focus on HEAD From: davidc@php.net (David Coallier) 2009/3/27 Hannes Magnusson : > 2009/3/27 Felipe Pena : >> Hello, >> just to inform, I've commited (yesterday) the patch removing the >> UG(unicode) checks, etc across all source (except mysql exts). As the >> patch has 492K, looks as no mail will be sent. > [...] Would you mind letting the list know when the commit has gone through? That way we can catch any possible bugs quicker? (I know we could simply do cvs up -dP repeatedly until we see changes but y'know ;-)) Thanks a million D