Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59528 invoked by uid 1010); 21 Nov 2005 23:14:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59513 invoked from network); 21 Nov 2005 23:14:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2005 23:14:51 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:48886] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E8/E6-11378-AE452834 for ; Mon, 21 Nov 2005 18:14:50 -0500 Received: (qmail 4179 invoked from network); 21 Nov 2005 23:14:47 -0000 Received: from prohost.org (HELO ?127.0.0.1?) (70.85.46.36) by prohost.org with SMTP; 21 Nov 2005 23:14:47 -0000 Message-ID: <438254E6.2050903@prohost.org> Date: Mon, 21 Nov 2005 18:14:46 -0500 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rowan Lewis CC: internals@lists.php.net References: <3F.25.11378.CEA42834@pb1.pair.com> <018d01c5eeec$23949600$5c8be5a9@ohr.berkeley.edu> <497935ba0511211511l5867410dk577deb60b998a069@mail.gmail.com> <497935ba0511211512k4c8e1cb4r89cf1ffcd4ab7829@mail.gmail.com> In-Reply-To: <497935ba0511211512k4c8e1cb4r89cf1ffcd4ab7829@mail.gmail.com> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Syntax in PHP 6 From: ilia@prohost.org (Ilia Alshanetsky) Rowan Lewis wrote: > I'm not sure if this is the best place to ask, but will there be any > name changes with functions? > > I know it would break everything, but it would also help PHP. > > file_get_contetns VS. FileGetContents... Not going to happen, existing function names will remain as they are and the parameter order will also remain the same. Ilia