Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16460 invoked by uid 1010); 9 Sep 2007 18:36:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16445 invoked from network); 9 Sep 2007 18:36:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2007 18:36:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.25 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.25 relay5.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.25] ([212.55.154.25:44541] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/33-17175-F1D34E64 for ; Sun, 09 Sep 2007 14:36:17 -0400 Received: (qmail 29579 invoked from network); 9 Sep 2007 18:36:07 -0000 Received: from unknown (HELO http13) (10.134.35.198) by relay6 with SMTP; 9 Sep 2007 18:36:07 -0000 Received: (qmail 26249 invoked by uid 64140); 9 Sep 2007 18:36:07 -0000 Received: from 82.155.73.43 ([82.155.73.43]) by w13.mail.sapo.pt (Horde MIME library) with HTTP; Sun, 09 Sep 2007 19:36:07 +0100 Message-ID: <20070909193607.wgumqcmqxcc4cggk@w13.mail.sapo.pt> Date: Sun, 09 Sep 2007 19:36:07 +0100 To: Ilia Alshanetsky Cc: PHP Developers Mailing List References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.2-cvs) X-Originating-IP: 82.155.73.43 X-PTMail-Version: 3.1.5 Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: nlopess@php.net (Nuno Lopes) > 1) Backport the namespaces patch for PHP 6 > 2) Symlink the intl extension from PECL, but leave it disabled by =20 > default as is the case with all extensions dependent on external libs I haven't looked at it yet. > 3) Apply the Late Static Binding Patch +0 > 4) Implement David's Circular Garbage collection patch +1 > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is =20 > already available) +1 > 6) Remove safe_mode, register_globals and magic_quotes -1 > 7) Introduce mysqlind library into core and use it as a backend for =20 > PDO and mysqli extensions (possibly enabling them by default) +1, but maybe not by default yet > 8) OpenID enabling patch for OpenSSL and PHP 5 +1 > 9) Add array_replace[_recursive] functions (patch is already available) +0 > 10) Split off deprecation from E_STRICT into E_DEPRECATED +0 > 11) Merge the zend_arg_info const'ify patch +1 (biased) > 12) Merge the GCC 4 -fvisibility patch +1 (biased) > 13) Switch for disabling/enabling materialized cursors in mysqli > 14) Link phar extension from PECL into core (possibly enabling it by defau= lt) 0, but not by default. > 15) Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch +1 The patch is pretty simple. it just needs some typedefs to work on windows. > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? =20 > "htaccess" style ini file support +1, but with the option to disable it. > 17) Merge __callStatic patch from PHP 6 > 18) Introduce concept of "strict classes" that do not permit dynamic =20 > property creation -0 Nuno