Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48196 invoked by uid 1010); 13 Aug 2005 12:58:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48181 invoked from network); 13 Aug 2005 12:58:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2005 12:58:29 -0000 X-Host-Fingerprint: 85.92.69.73 iko.gotobg.net Linux 2.4/2.6 Received: from ([85.92.69.73:38568] helo=iko.gotobg.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4C/05-33075-37EEDF24 for ; Sat, 13 Aug 2005 08:58:27 -0400 Received: from p54a0f145.dip.t-dialin.net ([84.160.241.69] helo=[192.168.0.41]) by iko.gotobg.net with esmtpa (Exim 4.50) id 1E3vah-0000NK-AD; Sat, 13 Aug 2005 15:58:23 +0300 Message-ID: <42FDEE5C.5060607@hristov.com> Date: Sat, 13 Aug 2005 14:58:04 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050219 MIME-Version: 1.0 To: Christian Schneider CC: Rasmus Lerdorf , internals References: <42FCE0E4.604@lerdorf.com> <42FDDF11.2050308@cschneid.com> In-Reply-To: <42FDDF11.2050308@cschneid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Re: PHP 6.0 Wishlist From: php@hristov.com (Andrey Hristov) 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