Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41805 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5621 invoked from network); 10 Nov 2008 11:04:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2008 11:04:15 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:50900] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/10-04934-E2518194 for ; Mon, 10 Nov 2008 06:04:14 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KzUZ1-0000vE-3k; Mon, 10 Nov 2008 11:04:11 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+cYde5bgVKM2lj21VNh/PeNHiCc7Cq+EI= Message-ID: <49181521.5050909@sci.fi> Date: Mon, 10 Nov 2008 13:04:01 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Development References: <49180FE8.7050207@sci.fi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] alpha3 or forever hold your peace From: jani.taskinen@sci.fi (Jani Taskinen) Lukas Kahwe Smith wrote: > > On 10.11.2008, at 11:41, Jani Taskinen wrote: > >> 2. Change ext/ereg to be disabled by default (scheduled to be removed >> in PHP 6, iirc?) > > IIRC we are not yet in agreement on the removal. AFAIK its already an > extension in PHP6, but I am not sure if we wanted to continue with the You don't follow the CVS a lot, do you? revision 1.2.2.2 date: 2007/10/05 15:00:05; author: jani; state: Exp; lines: +56 -0 MFH:- Moved the old regex functions to own extension: ereg > proposal that Andrei (IIRC) made to remove it. If we are doing to remove > it we should add E_DEPRECATED. > >> 3. Remove ext/mhash (replaced by ext/hash) > > So what was the deal here? ext/hash automatically provides the ext/mhash > functions if the extension is not compiled in. So the main reason to > keep ext/mhash is just to allow if extension mhash exists .. ? I think > this is easy enough for people to fix by replacing this check with an > function_exists() check. Exactly. --Jani