Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21942 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86649 invoked by uid 1010); 19 Feb 2006 16:29:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86634 invoked from network); 19 Feb 2006 16:29:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2006 16:29:14 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:2866] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D6/92-45151-9DC98F34 for ; Sun, 19 Feb 2006 11:29:13 -0500 Received: from localhost ([127.0.0.1] helo=stumpy) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FAqUp-0004AC-00; Sun, 19 Feb 2006 07:29:11 -0800 Message-ID: <002e01c63572$0ad89db0$7d051fac@stumpy> To: Cc: "Marcus Boerger" References: <1692386645.20060219115704@marcus-boerger.de> Date: Sun, 19 Feb 2006 08:32:13 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: Deprecation of functions From: pollita@php.net ("Sara Golemon") > Anyone against? > Wasn't against it two years ago when I last suggested it so I'm all for it now :) +1 I do like the way you've combined the deprecation check with the abstract check, very sleek and cleanly addresses the performance concerns raised in regards to this sort of thing. The one thing I'd like to see tacked on is a define for PHP_DEP_FE(), PHP_DEP_FALIAS(), etc... -Sara