Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75050 invoked by uid 1010); 10 Sep 2007 11:25:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75034 invoked from network); 10 Sep 2007 11:25:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 11:25:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=softvirus@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=softvirus@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: softvirus@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:4216] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/78-19032-C9925E64 for ; Mon, 10 Sep 2007 07:25:17 -0400 Received: by wa-out-1112.google.com with SMTP id l24so1619720waf for ; Mon, 10 Sep 2007 04:25:13 -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:references; bh=W/2piHZSIqtL39k9lnHPwRQvs0MrDZ1UH7Yxuw4SxmE=; b=j3IURn44APxFxOx9MoQ7VthwRfbYiwEng/GDPF3AiKXegHeUulllf49v8h4U4b0+Itud5ARM0ofgzamzdF22xNUh6arjD7XO0dI2zjxRMNNje4uxS21mKYjTHd+YAc2ZXHRA2M6j0XTX6msszjI1mjpXHbqD7i1mNRW9bNe9neI= 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:references; b=DYvAI+6BBtAndHzkJltAFPhmZ8AO5Sv2D5mAnWwbNDYVyi9vqptFQCKzydzASNIOHqHRnftkDBwboH/gw6//37AZFP8KwiPi5KkDJjpKuG+xDfuzCUhAOlLXa83gSOQZXwW5NSRInabo9/gwDvA4dEFNYEpx8drJDQn1mlxp3ew= Received: by 10.114.168.1 with SMTP id q1mr4269609wae.1189423513250; Mon, 10 Sep 2007 04:25:13 -0700 (PDT) Received: by 10.114.13.18 with HTTP; Mon, 10 Sep 2007 04:25:12 -0700 (PDT) Message-ID: <5e2913440709100425h1f1c5fcdg8a8d2721928bbab7@mail.gmail.com> Date: Mon, 10 Sep 2007 16:55:12 +0530 To: "Ilia Alshanetsky" Cc: "PHP Developers Mailing List" In-Reply-To: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8998_32172935.1189423513251" References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: softvirus@gmail.com (Raghubansh) ------=_Part_8998_32172935.1189423513251 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > 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 0 > 5) Implement Sqlite3 support via the ext/sqlite extension (patch is already available) 0 > 6) Remove safe_mode, register_globals and magic_quotes 1 ( as long we allow old codes to functions ) > 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) 0 > 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 0 ------=_Part_8998_32172935.1189423513251--