Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39178 invoked by uid 1010); 12 Apr 2006 16:17:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39163 invoked from network); 12 Apr 2006 16:17:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2006 16:17:27 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:50059] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 22/2C-19715-7182D344 for ; Wed, 12 Apr 2006 12:17:27 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 83F15DF0022; Wed, 12 Apr 2006 18:18:42 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02139-09; Wed, 12 Apr 2006 18:18:34 +0200 (CEST) Received: from [127.0.0.1] (i577B4578.versanet.de [87.123.69.120]) by ipx11223.ipxserver.de (Postfix) with ESMTP id ACD3BDF0007; Wed, 12 Apr 2006 18:18:33 +0200 (CEST) Message-ID: <443D2809.6060407@php.net> Date: Wed, 12 Apr 2006 18:17:13 +0200 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrei Zmievski Cc: Ilia Alshanetsky , PHP Internals References: <43e2d0beeea44b0a7a5ab9a0fefc5fb5@gravitonic.com> <7B40A186-F20D-435C-8892-CF774A72A513@prohost.org> <56968FBA-FE4F-49F7-BD68-79554BC7677B@gravitonic.com> In-Reply-To: <56968FBA-FE4F-49F7-BD68-79554BC7677B@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: PCRE error handling patch From: lsmith@php.net (Lukas Smith) Andrei Zmievski wrote: > 5.1.4? I have the following items as future todos: 1. new functions: ext/date: date_sun_info (derick) 2. Switch for disabling/enabling materialized cursors in mysqli (georg) 3. fix __toString() (marcus) 4. add support for files >2GB (wez) 5. Add input filter extension via a symlink from pecl into core as experimental (derick) 6. Add json extension via a symlink from pecl into core as experimental 7. add PDO::defaultFetchMode attribute (pierre) 8. PCRE: make it possible to set runtime limits on backtracking and recursion and add preg_last_error() Especially for Nr. 3 I guess we would have to move to 5.2. That is why I would favor 5.2 over 5.1.4 and reserve 5.1.4 to a quick security fix release if one becomes necessary. regards, Lukas