Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14768 invoked by uid 1010); 10 Sep 2007 13:09:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14752 invoked from network); 10 Sep 2007 13:09:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 13:09:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:49934] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/F1-01533-BE145E64 for ; Mon, 10 Sep 2007 09:09:00 -0400 Received: from dhcp-172-28-204-149.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id E56731B3652; Mon, 10 Sep 2007 15:08:56 +0200 (CEST) Date: Mon, 10 Sep 2007 15:08:57 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1318290705.20070910150857@marcus-boerger.de> To: Ilia Alshanetsky CC: PHP Developers Mailing List In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: helly@php.net (Marcus Boerger) Hello Ilia, Sunday, September 9, 2007, 7:07:37 PM, you wrote: > 1) Backport the namespaces patch for PHP 6 +1 > 2) Symlink the intl extension from PECL, but leave it disabled by +1 > 3) Apply the Late Static Binding Patch +1 > 4) Implement David's Circular Garbage collection patch +1 > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) +1 > 6) Remove safe_mode, register_globals and magic_quotes remove register_globals only, rest for 6.* > 7) Introduce mysqlind library into core and use it as a backend for > PDO and mysqli extensions (possibly enabling them by default) +1 > 8) OpenID enabling patch for OpenSSL and PHP 5 +1 > 9) Add array_replace[_recursive] functions (patch is already available) +1 > 10) Split off deprecation from E_STRICT into E_DEPRECATED +1 > 11) Merge the zend_arg_info const'ify patch +1 (even though it is me who has to do it i guess :-) > 12) Merge the GCC 4 -fvisibility patch 0 > 13) Switch for disabling/enabling materialized cursors in mysqli 0 > 14) Link phar extension from PECL into core (possibly enabling it by > default) +1 > 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 +1 > 17) Merge __callStatic patch from PHP 6 +1 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation 0, we could eventually do this via an interface Best regards, Marcus