Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36478 invoked from network); 20 Jun 2011 11:39:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2011 11:39:47 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:55456] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/7A-34681-1813FFD4 for ; Mon, 20 Jun 2011 07:39:46 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id 395C6DE13E; Mon, 20 Jun 2011 12:39:42 +0100 (BST) Date: Mon, 20 Jun 2011 12:39:42 +0100 (BST) X-X-Sender: derick@whisky To: Stas Malyshev cc: PHP Internals In-Reply-To: <4DFA7EDF.5050802@sugarcrm.com> Message-ID: References: <4DFA7EDF.5050802@sugarcrm.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [RFC] 5.4 features for vote (long) From: derick@php.net (Derick Rethans) On Thu, 16 Jun 2011, Stas Malyshev wrote: > 3. Add E_STRICT to E_ALL. Nuff said. We did it in 6.0/unicode branch but > didn't backport it. Not sure about that. Can't we just tell people to use -1 ? > 6. Array shortcuts. Make [ 'blah', 'blah' ] work same as array('blah', > 'blah'), etc. Does not include any new JSON-like syntax, etc. - just making > '[' be 'array(' and ']' be ')' in that context. And for associative arrays only "=>" ? > 8. Cli web server. Built-in mini-HTTP server run directly from PHP binary. > Assigned: Moriyoshi Koizumi I'd really like to see that one. I thought the patch was already committed? Derick -- http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug