Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30581 invoked from network); 19 Nov 2012 13:04:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2012 13:04:12 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:52270] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/31-21651-A4E2AA05 for ; Mon, 19 Nov 2012 08:04:11 -0500 Received: by mail-wi0-f170.google.com with SMTP id hq7so1294263wib.5 for ; Mon, 19 Nov 2012 05:04:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vtcpYloKokGn+zTisqjiZs3hINVSr6vTr1AwwZzx2Ts=; b=dEHvGzuSHB9vjdNd4Qb60f7pAYci4kqWfbvY10bcGBKv2O7YD+iuj5z7bUuIgDajHO YsZ65fBdc0nsWadzlQ0EjXPSRvzowCO+7+JtUvDN8mLQcAzo7wLvRbKS3bgUJB4eA0ZS hVhuEL3Ezjg/6iA9ptqYHSYQoGX+jebtcaGf5yk9ctx52Zvy+iKsaatMcxkzMRwZZjSz 179VrPURqda29MVoUASRHLg0bHRJPY4OqFUmrO7usyeBPKxTtfq9/aKM0uEoGM1qrTwg hTBhVPSk7IcJQ1LpBbNfJVAyK8dVkgrS7lyRhGbXLLOALTd6Y81SVIPSExAf6ZESbivL CMXA== MIME-Version: 1.0 Received: by 10.180.108.38 with SMTP id hh6mr10940106wib.0.1353330247686; Mon, 19 Nov 2012 05:04:07 -0800 (PST) Received: by 10.194.162.68 with HTTP; Mon, 19 Nov 2012 05:04:07 -0800 (PST) In-Reply-To: References: <50A9F799.5080909@codeangel.org> Date: Mon, 19 Nov 2012 08:04:07 -0500 Message-ID: To: Pierre Joye Cc: Adam Harvey , Chad Emrys , Patrick Allaert , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f3ba5c1ad582f04ced8c07f Subject: Re: [PHP-DEV] RFC: ext/mysql deprecation From: ircmaxell@gmail.com (Anthony Ferrara) --e89a8f3ba5c1ad582f04ced8c07f Content-Type: text/plain; charset=ISO-8859-1 Pierre, Hard/soft deprecated? > > I suppose by "soft" you mean not actually deprecated but only > documented as such? > Correct. Hard = raising E_DEPRECATED from code. Soft = Documentation and PR only... --e89a8f3ba5c1ad582f04ced8c07f--