Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35541 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85453 invoked by uid 1010); 16 Feb 2008 11:55:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85438 invoked from network); 16 Feb 2008 11:55:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2008 11:55:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.200.175 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.200.175 wf-out-1314.google.com Received: from [209.85.200.175] ([209.85.200.175:30618] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/17-11466-E2FC6B74 for ; Sat, 16 Feb 2008 06:55:26 -0500 Received: by wf-out-1314.google.com with SMTP id 27so211965wfd.26 for ; Sat, 16 Feb 2008 03:55:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=a2eXNdYHfz+jD6JSil/uKST3oXw2VngjSnOJAu4ddTs=; b=d83HYJvk6CV/itKyR93ZSXCwNi0IRxkyvB+ZJxIR3HV7Lp/jDr8vZrKYynIZGEOD1efFp0E2Y08tu+V+6pHAjwzp4oqL+hhFjgDJfwTTHJ4cgnyQy/7WzjESS2ajmO+miaGuPQBmxIt+M1AaKBFYy8plNVnHdaf6G6+/gyheXZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XP7nR3GUoXmlwIC/549BCicF4COUukOwGf67OakC26dhDAAuZAYUATcU+TocbXKTCuRCV3GQbTzoxz3iaQcOgruUrIWRWMGP7W+vQ7OL/wp02fM04tGJ+oLGr+cMubpfALaYHwO9mN2ellZhag3kYzZ2tWjRvz3DA29dcl4dYws= Received: by 10.142.185.13 with SMTP id i13mr3025924wff.213.1203162922815; Sat, 16 Feb 2008 03:55:22 -0800 (PST) Received: by 10.142.170.21 with HTTP; Sat, 16 Feb 2008 03:55:22 -0800 (PST) Message-ID: <7f3ed2c30802160355y52cf43e7w53b2f78650df53b3@mail.gmail.com> Date: Sat, 16 Feb 2008 12:55:22 +0100 To: "Lars Strojny" Cc: "PHP Internals" In-Reply-To: <1203124494.21896.7.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1203124494.21896.7.camel@localhost> Subject: Re: [PHP-DEV] E_DEPRECATED for 5.3 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Feb 16, 2008 2:14 AM, Lars Strojny wrote: > For the docs team: I've added links in the E_DEPRECATED messages to > http://php.net/{migrate}#. The "{migrate}"-part can > later be easily replaced once the appendix to the migration guide which > explains how to deal with this deprecations is set up. Those links should probably be created in php_verror(), not manually. > > [1] http://lars.schokokeks.org/php/e_deprecated-2.diff get_magic_quotes_runtime() and friends should probably be using PHP_DEP_FE, not throwing an error themselves. -Hannes