Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27570 invoked by uid 1010); 7 May 2006 14:58:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27550 invoked from network); 7 May 2006 14:58:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2006 14:58:30 -0000 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.234 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.234:54264] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1E/72-63443-61B0E544 for ; Sun, 07 May 2006 10:58:30 -0400 Received: by wr-out-0506.google.com with SMTP id i32so885412wra for ; Sun, 07 May 2006 07:58:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=UAR6kOegdg9ijeTVBKtKkCZXshMlut6mt5oK1IxuKdK/woVZ0TcLjD/akaZQqBucvEVAkPmsqX+eyA7eRvR8BHSnksAEw3Tel4MYL1pwu0PGvqlEkEWlFmwl2iygiqmaJlSKQHmzTPlx+FhKYuiVIHsSTb/PG+g8aw57rLJY1hE= Received: by 10.65.126.15 with SMTP id d15mr629359qbn; Sun, 07 May 2006 07:58:26 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id p4sm950985qba.2006.05.07.07.58.26; Sun, 07 May 2006 07:58:26 -0700 (PDT) In-Reply-To: References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <4B642CA0-7C8A-49B1-B144-699B49CC0AB1@prohost.org> Cc: internals Mailing List Content-Transfer-Encoding: 7bit Date: Sun, 7 May 2006 10:58:24 -0400 To: Brian J. France X-Mailer: Apple Mail (2.749.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] PHP 5.2 Branched From: ilia@prohost.org (Ilia Alshanetsky) Yeah, feel free to MFH that patch. On 6-May-06, at 8:01 PM, Brian J. France wrote: > Could the curl_multi_info_read patch be considered for the 5.2 branch? > > Thanks, > > Brian > > On May 6, 2006, at 6:27 PM, Ilia Alshanetsky wrote: > >> I've just created the PHP 5.2 branch from which future 5.X release >> will be made, so please update your local trees to this branch. >> The 5.1 branch is dead to patches except for those fixing security >> issues or critical regressions, once 5.2.0 is released, the 5.1 >> branch will be discontinued. Over the last week a list of planned >> changes for the 5.2 have been compiled on Lukas' wiki (http:// >> oss.backendmedia.com/PhP52). I've broken down the list into two >> sections "confirmed" and "pending discussion" the latter being >> changes I am not certain about and would like to hear everyone's >> feedback. >> >> Confirmed: >> >> * new functions: ext/date: date_sun_info (derick) >> * Switch for disabling/enabling materialized cursors in mysqli >> (georg) >> * add support for files >2GB (wez) >> * Engine and Language optimizations. >> >> DOM: >> * Add the registerNodeClass() function currently in HEAD >> * Add Canonical functionality (still trying to figure out >> best method signature for this one) >> * Update IsID? functionality (code currently in HEAD) >> >> PCRE (MFH) >> * cache hooks >> * make it possible to set runtime limits on backtracking and >> recursion and add preg_last_error() >> >> PDO >> * Add PDO::defaultFetchMode attribute (partially done, >> remains only fetch_object) (pierre) >> * Allow the DSN to be passed as array, proposal phase. An >> initial proposal was done here (pierre, lukas) >> * PDO: FETCH_PROPS_LATE >> >> SOAP >> * SOAP Cache optimizations (Dmitri and Andrei) >> (technically it is already in) >> >> SPL >> MFH >> * SPL: RegExIterator? >> * SPL: SplFileObject?: read csv, skip empty lines >> * SPL: ArrayIterator?: overload ArrayAccess? support and >> array functions >> NEW >> * SPL: RegExIterator?: ability to pregsplit the matches >> * SPL: SplFileObject?: ability to set the CSV separator >> per object >> * streams (SPL?): leverage memory/temp streams so that a >> string can be converted to a stream easily, some registration >> interface is nec >> >> PDO SQLite >> * Upgrade bundled SQLite 3 library (Ilia) >> >> XSL: >> * Add property to perform XInclude during transformation >> >> XMLWriter: >> * Synch code with HEAD (code is cleaner and shorter in >> HEAD) contains 2 new methods (fullEndElement? and writeRaw) >> * Add writeNote([xmlreader obj]), allow to create a push/ >> pull parser >> >> XMLReader: >> * Merge functionality from HEAD >> * xmlReader::readInnerXml? >> * xmlReader::setSchema >> * passing libxml options when loading reader >> * add readInnerXML?, readOuterXML?, readString, setSchema >> (all require libxml2-2.6.20+) >> ( use xmlreader const functions (lowers memory usage and >> runs faster) >> >> Zend Engine and langages: >> * Zend: __toString() >> * Zend: interfaces with constructors >> * Zend: exception functions TSRM signature (compatible >> with HEAD) >> * Drop ZE1 compatibility >> * E_RECOVERABLE_ERROR >> >> * PostgreSQL >> * MFH pg_field_table() (edin) >> >> >> Pending Discussion: >> >> * Add input filter extension via a symlink from pecl into core as >> experimental (derick) >> * Add json extension via a symlink from pecl into core as >> experimental >> * on-the-fly static properties (mike) >> * 'strict class' to disable dynamic member variable addition, see >> above (marcus) >> * main: spprintf 'v' (maybe the zstr stuff?) >> * Output Buffering rewrite (mike) (uncertain as of yet) >> >> >> As far as the release plan, the hope is to have 5.2 released >> within 3 months, with major changes completed within the 1st month >> and the remaining 2 month used to get things stable. The tentative >> date for RC1 is June 22nd. >> >> Ilia >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > Ilia Alshanetsky Advanced Internet Designs Inc. ilia@prohost.org