Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22722 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58648 invoked by uid 1010); 12 Apr 2006 16:48:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58633 invoked from network); 12 Apr 2006 16:48:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2006 16:48:32 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:57974] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 53/AE-19715-F5F2D344 for ; Wed, 12 Apr 2006 12:48:31 -0400 Received: from nest.netphobia.fi (YYYMYDCCCXXVIII.dsl.saunalahti.fi [85.76.33.29]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 70889EE95E; Wed, 12 Apr 2006 19:48:25 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id k3CGmRFV025153; Wed, 12 Apr 2006 19:48:27 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id k3CGmRks025150; Wed, 12 Apr 2006 19:48:27 +0300 Date: Wed, 12 Apr 2006 19:48:27 +0300 (EEST) Reply-To: Jani Taskinen To: Lukas Smith cc: PHP Internals In-Reply-To: <443D2809.6060407@php.net> Message-ID: References: <43e2d0beeea44b0a7a5ab9a0fefc5fb5@gravitonic.com> <7B40A186-F20D-435C-8892-CF774A72A513@prohost.org> <56968FBA-FE4F-49F7-BD68-79554BC7677B@gravitonic.com> <443D2809.6060407@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Re: PCRE error handling patch From: sniper@iki.fi (Jani Taskinen) On Wed, 12 Apr 2006, Lukas Smith wrote: > 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) Wasn't that fixed already? Or was that just in HEAD? > 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. I could not agree more. +1 for 5.2. We can't wait for 6.0 forever to get some new features in. It's still at least year from now til it's release I bet. --Jani