Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74006 invoked from network); 26 Jun 2008 11:47:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 11:47:03 -0000 Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.235 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.198.235 rv-out-0506.google.com Received: from [209.85.198.235] ([209.85.198.235:33391] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/BA-13482-6B183684 for ; Thu, 26 Jun 2008 07:47:03 -0400 Received: by rv-out-0506.google.com with SMTP id g37so9444688rvb.23 for ; Thu, 26 Jun 2008 04:47:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=5KG0gT3urz9mLaqaQIpHhN2Nq8VTGhTMzJK9XOnasTM=; b=A5KO3LfKfx4vZrFHXQgESOxH4z5C6lzkegPfXoz9Izb/gSzesVrfRgNQVmrkdj6lSl +yE1OAUiSMZlItjw0am8atrNc0i05rZSHt6UlyzNkCczVQitFpqoAVmgS+cLrUHudliZ bbVACE0z3n6EC4tDOKuiFcmVwFs3KtpegXiGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=DSNVGI116FjVEqfyGUqlZ7WqNyXOItjTZdpDTh5g3lwXyT/jFIv5FWxa9lPk95y0wI gcaoylXquJ+DLzzCfbKGqniD8zvK7H6FDVefkGSPjl4U9+MjVLIxYKbwm0Bq6Ahkw/e7 qCv3Ma7uyIHEtKyy2UkMfXuPGWvXyCZzOfhzg= Received: by 10.114.53.1 with SMTP id b1mr7015154waa.165.1214480819822; Thu, 26 Jun 2008 04:46:59 -0700 (PDT) Received: by 10.115.61.1 with HTTP; Thu, 26 Jun 2008 04:46:59 -0700 (PDT) Message-ID: Date: Thu, 26 Jun 2008 12:46:59 +0100 Sender: david.coallier@gmail.com To: "Pierre Joye" Cc: "=?UTF-8?Q?Cristian_Rodr=C3=ADguez?=" , "Stanislav Malyshev" , "PHP Internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <485AE658.3050204@zend.com> <4862DEEC.4080906@suse.de> X-Google-Sender-Auth: a5cc250a74118aae Subject: Re: [PHP-DEV] cleaning up the functions - any volunteers? From: davidc@php.net ("David Coallier") >> >> The attached patch may also help both core and PECL extensions, emiting a >> deprecation compile warning when those functions are used. A bit late to answer but very good idea :) -- Slan, David