Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4304 invoked by uid 1010); 9 Sep 2007 17:59:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4288 invoked from network); 9 Sep 2007 17:59:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2007 17:59:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.198.191 rv-out-0910.google.com Received: from [209.85.198.191] ([209.85.198.191:14318] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/A1-17175-E8434E64 for ; Sun, 09 Sep 2007 13:59:43 -0400 Received: by rv-out-0910.google.com with SMTP id k15so864972rvb for ; Sun, 09 Sep 2007 10:59:39 -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:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=KlAhsuoaQCxZDUpUqK0/usxBs/YbChXJ7x7eoqKrno0=; b=rpQP/aVFMLya+Xta+JgBqYGKCAGXTyCThCNlQGVvxp5YwCDWeamOG4hBFC58pusJGMlVgrKYSWI8yg9QOtFu6c5YrDb06wcTi3yeyZYfgw6uuPSEjL9lMXqZXuDDgCH3HlbDPjtWKpDR46CVDec6f9GZLfrBaXSCLqVaXfAaf04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AUAkN8D3IThHfvX9glYwxJ0UZXjdHNfpJtLF+Dmyj1peTZWp0kZi8JSCINORrLcyqkAjGtbm5OQrMG9vdFzs4YSR7SbKD11o35lXtmjchUNw34x+p2Tv3bbtox3H5tqtUSaCPTe5sX6doldGR39B4IoVkGtyQQbunpUW5OaOhPk= Received: by 10.141.204.6 with SMTP id g6mr626001rvq.1189360779752; Sun, 09 Sep 2007 10:59:39 -0700 (PDT) Received: by 10.140.127.15 with HTTP; Sun, 9 Sep 2007 10:59:39 -0700 (PDT) Message-ID: Date: Sun, 9 Sep 2007 13:59:39 -0400 Sender: david.coallier@gmail.com 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=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> X-Google-Sender-Auth: 06d15649411d6870 Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: davidc@php.net ("David Coallier") On 9/9/07, Ilia Alshanetsky wrote: > Its been about a week since RFS for features to go into 5.3 has gone > out and while there was not a "flood" of ideas there is a substantial > list of key changes people would like to go into this release. I've > compiled a list of all of the suggestions I've received, they are > listed below in a form that will hopefully make it easy for people to > vote their yeys and nays. My hope that we can reach an agreement > within 1-2 weeks so 5.3 can be branched and work on it can begin. > > List of Feature Ideas > ---------------------------- > > 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 This is a big change and would probably have to be in PHP6 unless it's extensively tested on production environment. If it's the case, then I'm all up for it. > > 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 I am scared of the HUGE BC break this is gonna be causing. I really do hate those parameters and make all my customers not use it, however, some people still sadly use it. > > 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 Not by default, --enable-mysqlnd > > 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 > 1 > 10) Split off deprecation from E_STRICT into E_DEPRECATED > > 1 0 -1 > 1 YES! > 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 > 14) Link phar extension from PECL into core (possibly enabling it by > default) > > 1 0 -1 > 1 > 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 > 0 > 17) Merge __callStatic patch from PHP 6 > > 1 0 -1 > 1 > 18) Introduce concept of "strict classes" that do not permit dynamic > property creation > > 1 0 -1 > 1 > Ilia Alshanetsky > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > One question remains, has SPL been ignored? Forgotten? or just refused? -- David Coallier, Founder & Software Architect, Agora Production (http://agoraproduction.com) 51.42.06.70.18