Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6038 invoked by uid 1010); 11 Sep 2007 22:58:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6023 invoked from network); 11 Sep 2007 22:58:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 22:58:51 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.198.188 rv-out-0910.google.com Received: from [209.85.198.188] ([209.85.198.188:25348] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/9D-33962-9AD17E64 for ; Tue, 11 Sep 2007 18:58:51 -0400 Received: by rv-out-0910.google.com with SMTP id k15so15692rvb for ; Tue, 11 Sep 2007 15:58:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NWpsosLNREJd4Aejbmh2qkE3RgwT329VV2oLeK03H0I=; b=aLzz1YWeopDwH4v3gvYumNPPhXSP6eDkay7abhRvzhDk3A9dTNDrObbov2+EvCUQbDoCnmXo9rY2D9W6qKc8y9aY/SlhHaE7YwQKABgX2l+kCEfgxdJtu0Lf2NH4AMobFBdd5hKoNwyJiS4aM3GpUJb6bQp4bFiYYzOlnDcAB8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Uj+GeKcfoaVc0NG5Z6y6uPcz9f16hpWfc6AqH6Z9AMy1qjthHE1rJN5DNKN8uoWexkchkeuGnJzvHG/IM3qcQ2M4q6BDC/00nTn0HH9SCRKtArUJKZbfscCDoXYtXpb6iUiR3f4QtZy+LdytixJbmsJbzc1V3fi77tcCxNGAXwY= Received: by 10.140.186.18 with SMTP id j18mr425792rvf.1189551526211; Tue, 11 Sep 2007 15:58:46 -0700 (PDT) Received: by 10.140.252.15 with HTTP; Tue, 11 Sep 2007 15:58:46 -0700 (PDT) Message-ID: <7f3ed2c30709111558x63ff525ci587e2d61937b05e8@mail.gmail.com> Date: Wed, 12 Sep 2007 00:58:46 +0200 To: "Ilia Alshanetsky" Cc: "PHP Developers Mailing List" In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 9/9/07, Ilia Alshanetsky wrote: > 1) Backport the namespaces patch for PHP 6 > > 1 0 -1 +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 > > 1 0 -1 0 > > 3) Apply the Late Static Binding Patch > > 1 0 -1 +1 > > 4) Implement David's Circular Garbage collection patch > > 1 0 -1 +1 > > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is > already available) > > 1 0 -1 +1 > > 6) Remove safe_mode, register_globals and magic_quotes > > 1 0 -1 -1 (Some php.net webs still use register_globals AND magic_quotes, I don't think we can expect people to upgrade their scripts when not even we have done so) > > 7) Introduce mysqlind library into core and use it as a backend for > PDO and mysqli extensions (possibly enabling them by default) > > 1 0 -1 +1 > > 8) OpenID enabling patch for OpenSSL and PHP 5 > > 1 0 -1 +1 > > 9) Add array_replace[_recursive] functions (patch is already available) > > 1 0 -1 0 > > 10) Split off deprecation from E_STRICT into E_DEPRECATED > > 1 0 -1 +1 > > 11) Merge the zend_arg_info const'ify patch > > 1 0 -1 +1 > > 12) Merge the GCC 4 -fvisibility patch > > 1 0 -1 0 > > 13) Switch for disabling/enabling materialized cursors in mysqli > > 1 0 -1 +1 (wasn't this voted, and agreed, for for 5.2?) > > 14) Link phar extension from PECL into core (possibly enabling it by > default) > > 1 0 -1 0 > > 15) Merge Matt's ZEND_SIGNED_MULTIPLY_LONG() optimization patch > > 1 0 -1 +1 > > 16) Introduce new php.ini files parser/scanner + CGI/FastCGI? > "htaccess" style ini file support > > 1 0 -1 +1 > > 17) Merge __callStatic patch from PHP 6 > > 1 0 -1 0 > > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation > > 1 0 -1 +1 -Hannes