Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4808 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55047 invoked by uid 1010); 13 Oct 2003 05:46:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55013 invoked from network); 13 Oct 2003 05:46:32 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 13 Oct 2003 05:46:32 -0000 Received: (qmail 13711 invoked from network); 13 Oct 2003 05:46:18 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 13 Oct 2003 05:46:18 -0000 Message-ID: <5.1.0.14.2.20031013074424.02fef868@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 13 Oct 2003 07:44:31 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: const in parameters From: andi@zend.com (Andi Gutmans) Hi, Does anyone remember why function parameters support the const keyword? It doesn't change any of the behavior. It seems to me as-if this is something legacy and I can't find the relevant CVS history information of where it came from. If it's not used I'd like to nuke it for PHP 5. Andi