Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24290 invoked from network); 31 Aug 2014 18:34:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2014 18:34:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.174 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.174 mail-qc0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:42560] helo=mail-qc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/74-30065-7BA63045 for ; Sun, 31 Aug 2014 14:34:32 -0400 Received: by mail-qc0-f174.google.com with SMTP id i17so4488765qcy.19 for ; Sun, 31 Aug 2014 11:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1wtHJncbSZM3ZiJISd2yeSahqgJXOf5U7YMvklaMLMs=; b=fE+hSw1QZJsjaIacpQNSpmIcwtXZgsdwfF1YTTMDYczAeEIli8ENX8KrW+pFcieEnx /xzPbYUKBGK8wVg5tyr7bXtPGrOpXQJ8a1hx9rubSKcbO5IHX4MDb2DBm9RJ9vq46uDc nW1NXlGqx/88YrsN/SxO8CRyw+Bu0QCHKhoyUOeLBgp3jglWU1hiYGE0gpEzyKwxt0D2 xraIrsAvyEmJEe0P+GjUmJaUVRsoj2hGE2cv6qUZL13AcarWvd/PYk17vfohef2QGgb7 ScUg9rqiPg+bXP9hOTdyttuEgEdeo4iDd41NDouk4PIgby4+KHu3yBrRvW2WeOP/+NvT 1tYw== MIME-Version: 1.0 X-Received: by 10.224.21.68 with SMTP id i4mr38279187qab.83.1409510068492; Sun, 31 Aug 2014 11:34:28 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Sun, 31 Aug 2014 11:34:28 -0700 (PDT) Received: by 10.141.28.193 with HTTP; Sun, 31 Aug 2014 11:34:28 -0700 (PDT) In-Reply-To: References: <137F7EB5-9A04-4780-A5F7-31089DEC959C@gmail.com> Date: Sun, 31 Aug 2014 19:34:28 +0100 X-Google-Sender-Auth: bdiKS8fzSHUJb6qAzsxwhq88reA Message-ID: To: Levi Morrison Cc: Ferenc Kovacs , Pierre Joye , PHP internals , Tjerk Meesters Content-Type: multipart/alternative; boundary=001a11c2d824f0f5fc0501f122a8 Subject: Re: [PHP-DEV] Kill ereg with fire From: cw@daverandom.com (Chris Wright) --001a11c2d824f0f5fc0501f122a8 Content-Type: text/plain; charset=UTF-8 I have on occasion come across code that uses split(), more often than not as if it were explode() with a literal delimiter. If ereg is to be removed (for which I am +1) does anyone have any objections to making split() into an alias of explode()? This would also be consistent with the join() -> implode() alias. Ps. Sorry for top reply, my phone doesn't seem to want to play nice with an in line response. On 31 Aug 2014 17:29, "Levi Morrison" wrote: > On Sun, Aug 31, 2014 at 8:32 AM, Pierre Joye wrote: > > Heck... No :) > > > > Or we mark it as dead right away, single release for the sake of it and > let > > it die. > > I think a single, unmaintained release of ext/ereg in PECL would be > acceptable, but I don't really see the point of that either. If you > still rely on ereg you probably can't upgrade from an earlier version > of PHP so you'll end up using an old release which already has ereg. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11c2d824f0f5fc0501f122a8--