Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84311 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50849 invoked from network); 5 Mar 2015 01:22:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 01:22:20 -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.180 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:33792] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/CD-56703-ACFA7F45 for ; Wed, 04 Mar 2015 20:22:19 -0500 Received: by igal13 with SMTP id l13so38380478iga.1 for ; Wed, 04 Mar 2015 17:22:15 -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=R8ucIcZRCwuFzK1+tDep6d1nFm9TdEmtzPhP3hE/JaU=; b=sfnhcsK3oXCaAb3QG3m7IoTZO/XOEyMMHRCP/AilEif/HWpkzVFQYJkOc+CUtDekzc apRHf7f7swrL+9oxm433ywSqNrcrClY2FQnXPYMHivCp1Q6r4o++EHR2TUvmBJimYNMN 3Xsb6ZbRouRM31ma12nZ2bM5wSTuKRDwYhDUU= 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=R8ucIcZRCwuFzK1+tDep6d1nFm9TdEmtzPhP3hE/JaU=; b=L3fNHlOzB0FUMXw/VvsTW62pt3K6G7mtvEH4Jzg2s/7yxutkigbtyM8ZQyIQB99ouc RrkU+p/4oh99xk6i5bro4TtEYv7ihVbUVThSbBHBOmv7846FrWPLoJGkoM77KiHCExP4 daaZGFQvT5W/0qlUBzvpkPL+bdkV9T6GubdLA10JYuprdp8FDXK5Y76MqmOBe8qrH9+M cOJIArBlccOalDILL1LJpp+F+FEga7mkAMf4NweVMtQzR1xLD5Jc8jWSualVwWLaw21X GfbVOaN6lSKMB62oEpdmEOt3G/iG4tLbagjM2Zs9jIh1PWJTtpR6jf46toWnESrXXeJK f1rQ== X-Gm-Message-State: ALoCoQmhyF8hRBUU8dRQzb5H4f6NEvI4B+nBK9Nc5qHfJ3CeuAbYWAPHTFl988AMVV7Axue/y7Qf X-Received: by 10.107.6.212 with SMTP id f81mr10116026ioi.37.1425518534874; Wed, 04 Mar 2015 17:22:14 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.70.13 with HTTP; Wed, 4 Mar 2015 17:21:54 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Mar 2015 17:21:54 -0800 X-Google-Sender-Auth: iS3cthae-ZXyLmGSQTxZnajcF1M Message-ID: To: Nikita Popov 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 16 January 2015 at 09:16, Nikita Popov wrote: > I'll land the minor removals sometime soon; the unbundling of ext/ereg and > ext/mysql should probably be done by someone else who's more into the PECL > business. They gone. Many thanks to Tjerk, for doing all the hard work on the ereg front in PR form, and Hannes for setting up the new Git repositories in the PECL namespace for them to live in. Adam, who feels sorry for MySQL users, who now have a mere two APIs to choose from.