Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:355 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33544 invoked from network); 26 Mar 2003 21:29:52 -0000 Received: from unknown (HELO mailout07.sul.t-online.com) (194.25.134.83) by pb1.pair.com with SMTP; 26 Mar 2003 21:29:52 -0000 Received: from fwd04.sul.t-online.de by mailout07.sul.t-online.com with smtp id 18yIT1-0006HX-03; Wed, 26 Mar 2003 22:29:51 +0100 Received: from baumbart.marcus-boerger.de (520072483730-0001@[80.142.184.199]) by fwd04.sul.t-online.com with esmtp id 18yISl-1mzQuGC; Wed, 26 Mar 2003 22:29:35 +0100 Reply-to:marcus.boerger@post.rwth-aachen.de Message-ID: <5.1.0.14.2.20030326222618.0285d7e0@mailbox.rwth-aachen.de> X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 26 Mar 2003 22:29:34 +0100 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 520072483730-0001@t-dialin.net Subject: RFC: old function alias From: marcus.boerger@t-online.de ((Marcus =?iso-8859-1?Q?B=F6rger?=)) A discussion on irc (german) just reminded me of one of my ideas for php 5: Currently we have PHP_FE and PHP_FALIAS what about making another one PHP_OLD_FE which handles those names which are old that are incompatible with the naming scheme? We would have a new configure option: --with-incompatible-function-names to enable those (and don't anybody make this switch shorter) What do you guys think? marcus