Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45751 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20311 invoked from network); 12 Oct 2009 16:27:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2009 16:27:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:64879] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/9D-54920-AD853DA4 for ; Mon, 12 Oct 2009 12:27:07 -0400 Received: by fg-out-1718.google.com with SMTP id d23so2605600fga.11 for ; Mon, 12 Oct 2009 09:27:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Igk6ZeFFfReV8cw2rPlbPFw8BxKZG7qZBaTCFOt1JEY=; b=O/mrRfPnA7NFjaosdjk3Cquq2VoYtWWMqcrd1Su+kFkOnoPu1euujkxtv2FUALrQ9e JMU2GI3frfSxAeZfmc/QNCQIIzipII0CsUs8M2c0cOSny+8XDKd+QK7C5Cf7eviWQaZn eQoQYIKtgzON85xBad2Z1sWm5hoEIoxHeCXyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DkI9xCiZ5nhcS2IXAryn1qQTDqOiBA/CV9/OmoZAvABSwgizl+RBBY2cv8QeWdmVGu 8dEc6bnA0crLs1skormM+Z5yjLs2QqRFhs9uAsdCpob4NL+f230XH/3ZxeWn7ruh3Bor cMiTTHHSzbIgCksvC0FmWxFRiuLuO9juKX0po= MIME-Version: 1.0 Received: by 10.86.10.36 with SMTP id 36mr5352360fgj.61.1255364822838; Mon, 12 Oct 2009 09:27:02 -0700 (PDT) In-Reply-To: <20091012162227.GL5179@arvo.suso.org> References: <20091012154610.GJ5179@arvo.suso.org> <20091012160854.GK5179@arvo.suso.org> <4AD356D5.2020605@lerdorf.com> <20091012162227.GL5179@arvo.suso.org> Date: Mon, 12 Oct 2009 18:27:02 +0200 Message-ID: To: Mark Krenz Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Why is ereg being deprecated? From: pierre.php@gmail.com (Pierre Joye) hi, On Mon, Oct 12, 2009 at 6:22 PM, Mark Krenz wrote: > > =A0Just to clarify. You mean that with the changes you've made for > Unicode support in PHP 6, that current POSIX based ereg expressions will > not work the same? The ereg functions cannot work with Unicode and can't be fixed without rewriting them. Nobody likes to do it as pcre works just fine and has many active maintainers (inside and outside php). Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org