Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41504 invoked by uid 1010); 10 Sep 2007 18:57:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41489 invoked from network); 10 Sep 2007 18:57:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 18:57:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=schst@php-tools.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=schst@php-tools.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php-tools.net from 81.169.176.131 cause and error) X-PHP-List-Original-Sender: schst@php-tools.net X-Host-Fingerprint: 81.169.176.131 rot4.de Linux 2.5 (sometimes 2.4) (4) Received: from [81.169.176.131] ([81.169.176.131:34527] helo=mail.rot4.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/81-27808-C8395E64 for ; Mon, 10 Sep 2007 14:57:17 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.rot4.de (Postfix) with ESMTP id 76A06B44002; Mon, 10 Sep 2007 20:57:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at rot4.de Received: from mail.rot4.de ([127.0.0.1]) by localhost (rot4.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UgdPzmJrUTfd; Mon, 10 Sep 2007 20:57:11 +0200 (CEST) Received: from [192.168.0.21] (p54A3AB48.dip0.t-ipconnect.de [84.163.171.72]) by mail.rot4.de (Postfix) with ESMTP id 4554DB44001; Mon, 10 Sep 2007 20:57:11 +0200 (CEST) Message-ID: <46E5938A.6040905@php-tools.net> Date: Mon, 10 Sep 2007 20:57:14 +0200 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 Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: schst@php-tools.net (Stephan Schmidt) Hi, Ilia Alshanetsky wrote: > List of Feature Ideas > ---------------------------- > > 1) Backport the namespaces patch for PHP 6 +1 > 2) Symlink the intl extension from PECL, but leave it disabled by > default as is the case with all extensions dependent on external libs 0 > 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) 0 > 6) Remove safe_mode, register_globals and magic_quotes +1 > 7) Introduce mysqlind library into core and use it as a backend for PDO > and mysqli extensions (possibly enabling them by default) 0 > 8) OpenID enabling patch for OpenSSL and PHP 5 0 > 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 0 > 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 0 > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? "htaccess" > style ini file support 0 > 17) Merge __callStatic patch from PHP 6 +1 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation +1 Best regards, Stephan