Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48298 invoked by uid 1010); 6 May 2006 23:25:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48283 invoked from network); 6 May 2006 23:25:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2006 23:25:00 -0000 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 64.233.166.177 py-out-1112.google.com Linux 2.4/2.6 Received: from ([64.233.166.177:18158] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2A/28-63443-C403D544 for ; Sat, 06 May 2006 19:25:00 -0400 Received: by py-out-1112.google.com with SMTP id z59so1166680pyg for ; Sat, 06 May 2006 16:24:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XtdX+tr+NzmmXKmUa1ANz0TLeGm7tIKcdeIFgSMKYOzYXajUgR5V3COw0BUcUTt6ANrSzXwU1Sh0s3QbjkFW1JS1YpCmqoxNFoRWO5PJFSAm4L7p3Z83IWKBBaMayOHYuXpRxqA/YVY22NuqmIHcKYZrEa7vZQN3pyYbijmwd6E= Received: by 10.35.123.2 with SMTP id a2mr868990pyn; Sat, 06 May 2006 16:24:56 -0700 (PDT) Received: by 10.35.40.20 with HTTP; Sat, 6 May 2006 16:24:56 -0700 (PDT) Message-ID: <4e89b4260605061624x1bd49d21v79aa25d67ed1b85@mail.gmail.com> Date: Sat, 6 May 2006 19:24:56 -0400 To: "Ilia Alshanetsky" Cc: "internals Mailing List" In-Reply-To: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6E5468C5-630C-48B8-A501-6FC874651D01@prohost.org> Subject: Re: [PHP-DEV] PHP 5.2 Branched From: kingwez@gmail.com ("Wez Furlong") I'd like to add a function that returns tsrm_thread_id(). It would be present in ZTS builds only, and could be used by code that needs to generate "unique" identifiers. I'm open for ideas on what to name it; sys_get_thread_id() or something? --Wez. On 5/6/06, 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 > >