Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9671 invoked from network); 9 Jun 2008 18:49:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jun 2008 18:49:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.239 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.198.239 rv-out-0506.google.com Received: from [209.85.198.239] ([209.85.198.239:59103] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/97-21959-82B7D484 for ; Mon, 09 Jun 2008 14:49:14 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2289514rvb.23 for ; Mon, 09 Jun 2008 11:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=Kkr6h/k3z1CcWDsCP0v0lTpjbIVAPBQwnhielTWW1S0=; b=rBz5dk3tbdGrvQ6Hv2qGFFgW77Zd4e1U7cIZ7zlx5givseg/LPUiY9NY68jAvwdlmu izD6mWUoE8PiL3VPK58eRoaZHUu1oqkwzf4vMClPWMuEdxPWbaHYbELHHPfH0BU8E+zC nzC54/WUKJoqDTMexe+JmEb7xOkck5c1mpg6c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=nvWsIpXMouKbrKvwmXhFrODOLVjIIKisjAQjE7xoS7uITfTWNF7tQZH1mm7m5Npk0C 73jM/88t7ujgwJ5sYcZUccnYWoA+0A1eEK6aYZ6SgC1i+5iG2L5LqOA3x01f5D1g5dca WfSzuB0JwsvcLQaxVMJV76XUVpLz+J+1y2m5w= Received: by 10.140.172.19 with SMTP id u19mr2409633rve.31.1213037349867; Mon, 09 Jun 2008 11:49:09 -0700 (PDT) Received: from ?10.0.18.8? ( [157.86.206.62]) by mx.google.com with ESMTPS id 6sm10148007ywn.0.2008.06.09.11.49.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Jun 2008 11:49:09 -0700 (PDT) To: Steph Fox Cc: Andrei Zmievski , internals In-Reply-To: <014f01c8ca59$ff770770$4401a8c0@foxbox> References: <028f01c8c973$32e0bb70$4401a8c0@foxbox> <484BFF5B.8010008@gravitonic.com> <030401c8c97f$a8ec09d0$4401a8c0@foxbox> <484C5533.4000004@gravitonic.com> <014f01c8ca59$ff770770$4401a8c0@foxbox> Content-Type: text/plain; charset=utf-8 Date: Mon, 09 Jun 2008 15:49:03 -0300 Message-ID: <1213037343.5402.21.camel@felipe> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Focus on HEAD From: felipensp@gmail.com (Felipe Pena) Hi all Em Seg, 2008-06-09 às 18:55 +0100, Steph Fox escreveu: > Hi all, > > Andrei doesn't have time to review this lot (covers ext/standard). Could > someone please check it for clangers? > > Thanks, > > - Steph Here's the rest (ext/* and main/*): http://felipe.ath.cx/diff/unicode-check.diff - Removed: - if (UG(unicode)) - unicode_semantics() function - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex MySQL part: http://felipe.ath.cx/diff/mysql-unicode-check.diff http://felipe.ath.cx/diff/mysql-tests-unicode-checks.diff (removed the ini_set("unicode.semantics") checks) MySQL guys, the non-unicode tests can be removed? (those that uses SKIPIF...) > > > > > Sure. > > > > Steph Fox wrote: > >> > >>> Is there a patch that does that? I'm fine with removing these checks. > >> > >> If there isn't already, there soon will be :) > >> > >> Did you want to review it prior to commit? > >> > >> - Steph > >> > >> > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Regards, Felipe Pena.