Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48583 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95062 invoked from network); 31 May 2010 17:25:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 May 2010 17:25:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 unknown Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:56300] helo=schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/90-26688-AF0F30C4 for ; Mon, 31 May 2010 13:25:14 -0400 Received: from localhost (ka.local [127.0.0.1]) by schlueters.de (Postfix) with SMTP id 8352F25216 for ; Mon, 31 May 2010 19:25:11 +0200 (CEST) Received: from [192.168.1.33] (ppp-93-104-35-20.dynamic.mnet-online.de [93.104.35.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by schlueters.de (Postfix) with ESMTPSA id 20C1B25213; Mon, 31 May 2010 19:25:11 +0200 (CEST) To: Mark Skilbeck Cc: Felipe Pena , Michael Maclean , PHP internals In-Reply-To: <4C03EFEA.6030901@gmail.com> References: <4BD87B5C.4020902@no-surprises.co.uk> <4C03EFEA.6030901@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 31 May 2010 19:25:08 +0200 Message-ID: <1275326708.24497.3.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ereg deprecation? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2010-05-31 at 18:20 +0100, Mark Skilbeck wrote: > > I think make no sense to keep it deprecated. > > > > Here's a patch for undeprecate ext/ereg in 5_3 and trunk: > > http://felipe.ath.cx/diff/undeprecate-ereg.diff > > > > Any objection? If no, I'll commit it in soon. > > > > Why does it make no sense? It was clearly deprecated for a reason. The main reason was that PHP 6 was Unicode and ereg ca't be made working with Unicode. That reason is gone (for now) (but there are others, see my other mail) johannes