Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51372 invoked from network); 30 Jul 2008 01:23:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 01:23:00 -0000 Authentication-Results: pb1.pair.com header.from=slackmase2@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=slackmase2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.236 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: slackmase2@gmail.com X-Host-Fingerprint: 66.249.82.236 wx-out-0506.google.com Received: from [66.249.82.236] ([66.249.82.236:42973] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/64-39544-372CF884 for ; Tue, 29 Jul 2008 21:22:59 -0400 Received: by wx-out-0506.google.com with SMTP id s12so27877wxc.26 for ; Tue, 29 Jul 2008 18:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=57jmPfIlaczX6PF8x6kVL2CAB6t+QMcPlFxvggB15OE=; b=Ky44Os8M5LAMqhE8YQll6JBIs5+A0TqN0cEPpvmK9k64xVFDDAZCueqnQVxnDcQSIZ HKdCplujXQsgO1J08gx+uH85XfSIw895KyApbmCbo57Q9cSirdKVbkNw8onAIcO0Bc75 HZXgWRZmwXsvwRc/Lk8zZDFlWypj1w3RQHuLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=LcH+fhqCLod3D5h8IfEVZYXVn6V4fhQnBPWr4BlVbiml+ccBN/MOoWMxphzqsjOVOK 1rmbFoUY+9Q++Ltgdtq1cbce4kwLljmaAO90Eymro1bi251rZhPa9hLcE8/HhKmZakl8 xyobDhsfmZZPgxIfwxxCosnEIAYpL2CLLPbY4= Received: by 10.70.67.14 with SMTP id p14mr9170979wxa.38.1217380975769; Tue, 29 Jul 2008 18:22:55 -0700 (PDT) Received: by 10.70.68.12 with HTTP; Tue, 29 Jul 2008 18:22:55 -0700 (PDT) Message-ID: <99cd336d0807291822h3951d14bp5e5916b71160965f@mail.gmail.com> Date: Wed, 30 Jul 2008 10:52:55 +0930 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Normalizer Class From: slackmase2@gmail.com ("Andrew Mason") Hi people, Just wondering if anyone can tell me when the Normalizer class is slated for inclusion or if it hasn't been decided yet. http://au2.php.net/manual/en/class.normalizer.php Just trying to work out if i should wait or if i should write my own / use another