Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36005 invoked by uid 1010); 10 Sep 2007 09:30:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35977 invoked from network); 10 Sep 2007 09:30:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 09:30:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=rrichards@ctindustries.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rrichards@ctindustries.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ctindustries.net from 216.117.147.250 cause and error) X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 216.117.147.250 unknown Received: from [216.117.147.250] ([216.117.147.250:37064] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/C2-19032-EAE05E64 for ; Mon, 10 Sep 2007 05:30:36 -0400 Received: from [127.0.0.1] ([67.158.171.203]) (authenticated bits=0) by ctindustries.net (8.13.8/8.13.8) with ESMTP id l8A9Q4df024131; Mon, 10 Sep 2007 05:26:05 -0400 Message-ID: <46E50EA6.20605@ctindustries.net> Date: Mon, 10 Sep 2007 05:30:14 -0400 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-Antivirus: avast! (VPS 000773-3, 09/08/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.91.2/4210/Sun Sep 9 12:52:39 2007 on ctindustries.net X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.4 tests=none autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on ctindustries.net Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: rrichards@ctindustries.net (Rob Richards) > 1) Backport the namespaces patch for PHP 6 0 > 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 0 > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) 0 > 6) Remove safe_mode, register_globals and magic_quotes 0 > 7) Introduce mysqlind library into core and use it as a backend for > PDO and mysqli extensions (possibly enabling them by default) 1 (not by default) > > 8) OpenID enabling patch for OpenSSL and PHP 5 Which one? (from the looks you are refering to Wez's origional) I though it was already decided a while back that the patch from Dmitry was going in. > 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 > 12) Merge the GCC 4 -fvisibility patch 1 > 13) Switch for disabling/enabling materialized cursors in mysqli 1 > > 14) Link phar extension from PECL into core (possibly enabling it by > default) 0 > 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 > 17) Merge __callStatic patch from PHP 6 0 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation 0 Rob