Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84353 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97131 invoked from network); 5 Mar 2015 20:30:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 20:30:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.178 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.178 mail-ig0-f178.google.com Received: from [209.85.213.178] ([209.85.213.178:34150] helo=mail-ig0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/D9-40418-7CCB8F45 for ; Thu, 05 Mar 2015 15:29:59 -0500 Received: by igal13 with SMTP id l13so45016160iga.1 for ; Thu, 05 Mar 2015 12:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=0zr8VsCFDPUty3BilFvJIxrMx8iaR21pHFgaP8rdOrk=; b=ueRSfRk1i01eyrLDrNvfwPM+R4LxfZQINtleqPt8pE6eRR3/TzhNVFoUKb5pbipE91 Qlz/XHPMV1jWys4cXrCZBqLrelNU+01Pi8V4gl3j6pV4BGOeITMuARoPv8N++w09zP+B oPCzhXSl5Eyix8tMFTCa3eUhHoPYiP5WdlEfI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=0zr8VsCFDPUty3BilFvJIxrMx8iaR21pHFgaP8rdOrk=; b=LIV9gfn352P5vmWUYAr15oN/Mn539fL4Vg+Y1J7svdayfC5etvATVM/uDFVbHZT0/0 PFPRyA1I/9SSdC0B+fQh3SVYFzTZQUcMsbB1A2kEs9nLwTBaA96JKcaljRezf3jfiJAA 6AmFiNWXG3IfxsoLMPWG5vSbyrrHpvHwEVvk51Yq0qZ0neKJIW9HAlC6v09TmUbtw0ur YUlTUYezd9QN1FDnNNJn+WvEDbGcWsXkQrttviFeTRtCrfJPkeWhbPan3yt9JM5HvZrC 560NRIrziIn7dkyvNxUhInDVBTDqAyZaSIbLzaKqZ+mw2GrThhvp3nBcBrPNsvl69gi8 4KtA== X-Gm-Message-State: ALoCoQlIJLx20STXaqTzG1c2kcpJCOtXDbwvhvYJBRK6pAqHMLeaSb0hJpwka+m5rVUE5xZAZz8C X-Received: by 10.50.142.99 with SMTP id rv3mr18698663igb.11.1425587395400; Thu, 05 Mar 2015 12:29:55 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.70.13 with HTTP; Thu, 5 Mar 2015 12:29:35 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 12:29:35 -0800 X-Google-Sender-Auth: FhafEuO08sqYWim3O2gTxFgf2_Q Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: aharvey@php.net (Adam Harvey) On 5 March 2015 at 12:21, Pierre Joye wrote: > It would be good to do a pecl release for each of them, and mark the > package as deprecated/overseeded by mysqli (I let you choose). Doing > so will trigger a build there, cleaner. I'm on the fence about making a release for ereg and mysql: it would help in terms of code availability, but at the same time I feel like it undermines our message of "no, really, don't use these at all in PHP 7", even though they'd be marked as unmaintained and deprecated. I guess I'm open to persuasion either way here. Adam