Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32171 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65048 invoked by uid 1010); 10 Sep 2007 10:53:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65032 invoked from network); 10 Sep 2007 10:53:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 10:53:58 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:52198] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/A6-19032-54225E64 for ; Mon, 10 Sep 2007 06:53:57 -0400 Received: from soitgoes.local (77-57-14-92.dclient.hispeed.ch [77.57.14.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 1C6B71224245; Mon, 10 Sep 2007 13:00:34 +0200 (CEST) Message-ID: <46E52233.1020601@pooteeweet.org> Date: Mon, 10 Sep 2007 12:53:39 +0200 User-Agent: Thunderbird 2.0.0.6 (Macintosh/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-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.242, required 6, AWL 0.14, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: mls@pooteeweet.org (Lukas Kahwe Smith) Ilia Alshanetsky wrote: > 1) Backport the namespaces patch for PHP 6 +1 > 3) Apply the Late Static Binding 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 -1 > 7) Introduce mysqlind library into core and use it as a backend for PDO > and mysqli extensions (possibly enabling them by default) +1 (I assume we will make it easily possible to stick with libmysql if the user so chooses) > 8) OpenID enabling patch for OpenSSL and PHP 5 +1 > 9) Add array_replace[_recursive] functions (patch is already available) +1 (I agree we have a ton of array methods already, but particularly functions that operate recursively over multi dimensional arrays are best done in C) > 10) Split off deprecation from E_STRICT into E_DEPRECATED +1 > 14) Link phar extension from PECL into core (possibly enabling it by > default) +1 > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? "htaccess" > style ini file support +1 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation +1 (I would like this to be even more expanded in that non strict classes would also not be hit with "artificial" fatal errors). regards, Lukas