Re: Re: PHP 6.0 Wishlist

From: Date: Sat, 13 Aug 2005 12:58:04 +0000
Subject: Re: Re: PHP 6.0 Wishlist
References: 1 2  Groups: php.internals 
Request: Send a blank email to internals+get-17962@lists.php.net to get a copy of this message
Christian Schneider wrote:
Rasmus Lerdorf wrote:
4. Include an opcode cache by default. A lot of work has gone into pecl/apc recently, but I am not hung up on which one goes in.
Big +1 9. Named parameters. Preferred way would be via array()-less array collation as we are already using this in our production system ;-) : foo('id' => 42, 'name' => "foo"); s
+ 0.5
10. Allow dangling commas in function calls, handy with varargs and 9: foo(1, 2, 3,);
-1 . function calls
Minor: 11. HTTP response splitting attack protection: Replace \r and \n with space in header(); Information and patches implementing this can be found at http://cschneid.com/php/ - Chris
Andrey

Thread (327 messages)

« previous php.internals (#17962) next »