Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32142 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51009 invoked by uid 1010); 9 Sep 2007 20:36:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50994 invoked from network); 9 Sep 2007 20:36:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2007 20:36:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; 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: stas@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:50706] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/48-17175-63954E64 for ; Sun, 09 Sep 2007 16:36:07 -0400 Received: from [127.0.0.1] ([192.168.17.66]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 9 Sep 2007 13:36:04 -0700 Message-ID: <46E45932.4090903@zend.com> Date: Sun, 09 Sep 2007 13:36:02 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Sep 2007 20:36:04.0190 (UTC) FILETIME=[0AAC8FE0:01C7F321] Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: stas@zend.com (Stanislav Malyshev) > 1) Backport the namespaces patch for PHP 6 1 as soon as we have it stabilized. > 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 > 3) Apply the Late Static Binding Patch 1 > 4) Implement David's Circular Garbage collection patch Only if no significant performance degradation or one could turn it on/off at will. > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) 1 > 6) Remove safe_mode, register_globals and magic_quotes -1 I think it's still too early. If we have E_DEPCRECATED however we might add some annoyances to them ;) > 7) Introduce mysqlind library into core and use it as a backend for PDO > and mysqli extensions (possibly enabling them by default) Introduce - +1, use as default - not sure, does mysqlnd has any downsides? If not, +1 too. > 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. Why do we *need* it again? > 11) Merge the zend_arg_info const'ify patch 1 > 12) Merge the GCC 4 -fvisibility patch 1 > 13) Switch for disabling/enabling materialized cursors in mysqli 0 > 14) Link phar extension from PECL into core (possibly enabling it by > default) -1, we discussed why :) 0 if not enabled by default. > 15) Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch 1 > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? "htaccess" > style ini file support 0. We need to check very thoroughly we won't have security trouble with it like we had with .htaccess. If it's ok then 1. > 17) Merge __callStatic patch from PHP 6 1 with all other __static too. > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation -1 for now, not sure it's that useful, we are "dynamic" language ;) I also think the following items are not mentioned: Dynamic class access ($class::method) (binary) operator which is the same as (string) remove --enable-fastcgi and family, always enable them remove warning for var Non-parsed heredocs (nowdocs) goto __construct in interfaces Constant folding in compile-time -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com