Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25455 invoked from network); 12 Nov 2012 14:22:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2012 14:22:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:52814] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/83-05794-12601A05 for ; Mon, 12 Nov 2012 09:22:27 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id F2559DEEF9; Mon, 12 Nov 2012 14:22:21 +0000 (GMT) Date: Mon, 12 Nov 2012 14:22:21 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= cc: Adam Harvey , PHP internals In-Reply-To: <1352728096.3953.5.camel@guybrush> Message-ID: References: <1352728096.3953.5.camel@guybrush> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-731024987-1352730142=:23571" Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: derick@php.net (Derick Rethans) --8323329-731024987-1352730142=:23571 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 12 Nov 2012, Johannes Schl=C3=BCter wrote: > On Mon, 2012-11-12 at 21:00 +0800, Adam Harvey wrote: > > logical next step is to start generating E_DEPRECATED notices when > > users connect via mysql_connect(), mysql_pconnect() or the implicit > > ext/mysql connection routines. It's my belief that doing so will=20 >=20 > Short comment: Those will mostly be unseen. Most people use the @ > operator to silence errors on these functions, so such deprecation > notices would go unseen. Also, that type of users won't upgrade PHP anyway... cheers, Derick --8323329-731024987-1352730142=:23571--