Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7517 invoked by uid 1010); 11 Sep 2007 19:32:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7491 invoked from network); 11 Sep 2007 19:32:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 19:32:05 -0000 Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:53560] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/1D-33962-F2DE6E64 for ; Tue, 11 Sep 2007 15:32:00 -0400 Received: from dslb-084-056-042-203.pools.arcor-ip.net ([84.56.42.203] helo=[192.168.0.101]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1IVBSl-00024V-TV; Tue, 11 Sep 2007 21:31:56 +0200 In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: PHP Developers Mailing List Content-Transfer-Encoding: 7bit Date: Tue, 11 Sep 2007 21:31:58 +0200 To: Ilia Alshanetsky X-Mailer: Apple Mail (2.752.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1189539120;6258222e; Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Am 09.09.2007 um 19:07 schrieb Ilia Alshanetsky: > Its been about a week since RFS for features to go into 5.3 has > gone out and while there was not a "flood" of ideas there is a > substantial list of key changes people would like to go into this > release. I've compiled a list of all of the suggestions I've > received, they are listed below in a form that will hopefully make > it easy for people to vote their yeys and nays. My hope that we can > reach an agreement within 1-2 weeks so 5.3 can be branched and work > on it can begin. > > List of Feature Ideas > ---------------------------- > > 1) Backport the namespaces patch for PHP 6 > > 1 0 -1 +1 > 2) Symlink the intl extension from PECL, but leave it disabled by > default as is the case with all extensions dependent on external libs > > 1 0 -1 -1 Wait until it is stable and feature complete (guess it wouldn't be in time a for a 5.3 release), otherwise, we might run into the problem that minor releases have different functionalities. > 3) Apply the Late Static Binding Patch > > 1 0 -1 +1 > 4) Implement David's Circular Garbage collection patch > > 1 0 -1 -1 Is that really tested well enough already? > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) > > 1 0 -1 0 > 6) Remove safe_mode, register_globals and magic_quotes > > 1 0 -1 -1 Why break BC in a .x release? > 7) Introduce mysqlind library into core and use it as a backend for > PDO and mysqli extensions (possibly enabling them by default) > > 1 0 -1 0 > 8) OpenID enabling patch for OpenSSL and PHP 5 > > 1 0 -1 0 > 9) Add array_replace[_recursive] functions (patch is already > available) > > 1 0 -1 0 > 10) Split off deprecation from E_STRICT into E_DEPRECATED > > 1 0 -1 +1 And 0 for the rest of them.