Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32245 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86387 invoked by uid 1010); 11 Sep 2007 12:34:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86372 invoked from network); 11 Sep 2007 12:34:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 12:34:38 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:56059] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/44-31404-F4C76E64 for ; Tue, 11 Sep 2007 07:30:43 -0400 Received: (qmail 4788 invoked from network); 11 Sep 2007 11:30:07 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 11 Sep 2007 11:30:07 -0000 To: "'Ilia Alshanetsky'" , "'PHP Developers Mailing List'" Date: Tue, 11 Sep 2007 15:30:06 +0400 Message-ID: <000e01c7f467$1b235e20$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal Subject: RE: [PHP-DEV] PHP 5.3 Suggested Feature List From: dmitry@zend.com ("Dmitry Stogov") References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> > 1) Backport the namespaces patch for PHP 6 +1 > 3) Apply the Late Static Binding Patch +1 > 6) Remove safe_mode, register_globals and magic_quotes -1 > 8) OpenID enabling patch for OpenSSL and PHP 5 +1 10) Split off deprecation from E_STRICT into E_DEPRECATED +1 11) Merge the zend_arg_info const'ify patch +1 14) Link phar extension from PECL into core (possibly enabling it by default) +1 BTW, I would prefer something more toolable (like TAR or ZIP) > 15) Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch +1 > 17) Merge __callStatic patch from PHP 6 +1 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation -1 Thanks. Dmitry.