Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76596 invoked by uid 1010); 10 Sep 2007 20:47:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76581 invoked from network); 10 Sep 2007 20:47:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 20:47:37 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:22465] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/32-59734-86DA5E64 for ; Mon, 10 Sep 2007 16:47:37 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 10 Sep 2007 13:47:34 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] PHP 5.3 Suggested Feature List Thread-Index: AcfzBA7K6puG39DmR4a3BbYSgcroEgA5iJ5A References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> To: "Ilia Alshanetsky" , "PHP Developers Mailing List" Subject: RE: [PHP-DEV] PHP 5.3 Suggested Feature List From: andi@zend.com ("Andi Gutmans") See below: > -----Original Message----- > From: Ilia Alshanetsky [mailto:ilia@prohost.org] > Sent: Sunday, September 09, 2007 10:08 AM > To: PHP Developers Mailing List > Subject: [PHP-DEV] PHP 5.3 Suggested Feature List >=20 >=20 > List of Feature Ideas > ---------------------------- >=20 > 1) Backport the namespaces patch for PHP 6 >=20 > 1 0 -1 +1 (pending it's stable and complete). =20 > 2) Symlink the intl extension from PECL, but leave it disabled by > default as is the case with all extensions dependent on external libs >=20 > 1 0 -1 +1 =20 > 3) Apply the Late Static Binding Patch >=20 > 1 0 -1 +1 (We will do some perf tests on Dmitry's latest patch to make sure the impact is minimal). > 4) Implement David's Circular Garbage collection patch >=20 > 1 0 -1 +1 (depending on tests, perf and maturity we can decide on optional/experimental/etc...) > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) >=20 > 1 0 -1 0 =20 > 6) Remove safe_mode, register_globals and magic_quotes >=20 > 1 0 -1 -1 =20 > 7) Introduce mysqlind library into core and use it as a backend for > PDO and mysqli extensions (possibly enabling them by default) >=20 > 1 0 -1 0 > 8) OpenID enabling patch for OpenSSL and PHP 5 >=20 > 1 0 -1 +1 > 9) Add array_replace[_recursive] functions (patch is already available) >=20 > 1 0 -1 +1 =20 > 10) Split off deprecation from E_STRICT into E_DEPRECATED >=20 > 1 0 -1 +1 > 11) Merge the zend_arg_info const'ify patch >=20 > 1 0 -1 0 =20 > 12) Merge the GCC 4 -fvisibility patch >=20 > 1 0 -1 0 > 13) Switch for disabling/enabling materialized cursors in mysqli >=20 > 1 0 -1 0 =20 > 14) Link phar extension from PECL into core (possibly enabling it by > default) >=20 > 1 0 -1 -1 (I'd prefer a standard format which can be manipulated with standard tools (also some tests we did with TAR format we got much better performance). In general though the use-case should be clear as I don't think Web apps are the real target here)) =20 > 15) Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch >=20 > 1 0 -1 +1 > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? > "htaccess" style ini file support >=20 > 1 0 -1 0 (this can be nice but we need to make sure it's optional because those stat()'s can be very hard on performance which is why many sites turn off .htaccess). =20 > 17) Merge __callStatic patch from PHP 6 >=20 > 1 0 -1 +1 =20 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation >=20 > 1 0 -1 -1