Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22726 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26936 invoked by uid 1010); 12 Apr 2006 19:41:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26921 invoked from network); 12 Apr 2006 19:41:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2006 19:41:33 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:49182] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 91/B6-19715-CE75D344 for ; Wed, 12 Apr 2006 15:41:33 -0400 Received: from baumbart.mbo (dslb-084-063-014-031.pools.arcor-ip.net [84.63.14.31]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 04B9535C013; Wed, 12 Apr 2006 21:41:29 +0200 (CEST) Date: Wed, 12 Apr 2006 21:41:59 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1217692403.20060412214159@marcus-boerger.de> To: Lukas Smith Cc: Andrei Zmievski , Ilia Alshanetsky , PHP Internals In-Reply-To: <443D2809.6060407@php.net> 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 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PCRE error handling patch From: helly@php.net (Marcus Boerger) Hello Lukas, Wednesday, April 12, 2006, 6:17:13 PM, you 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) fixed in head, will be in 5.2 > 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) s/pierre/marcus/; fixed in head will be in 5.2 > 8. PCRE: make it possible to set runtime limits on backtracking and > recursion and add preg_last_error() Most of the other stuff is either bigger feature additions or requires api changes so i'd say all of them in 5.2. regards marcus