Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57723 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97949 invoked from network); 5 Feb 2012 14:59:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2012 14:59:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:35576] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3A/74-36317-C499E2F4 for ; Sun, 05 Feb 2012 09:59:25 -0500 Received: by lagk11 with SMTP id k11so2692936lag.29 for ; Sun, 05 Feb 2012 06:59:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=fqx+TJH5o74DdlGYMsjTZ8mLY5eg7Ud2xvhs1yZ5K6k=; b=A4kyqkEQXf/kRiKli0et7WnqipCKze87zIDZS5pM4Hr6cqemSzoAoSxUWHMBOtujO2 2l1JmGL5+1Q8PYJ+Vfr/+lr9i82E/S8JbjBe+YfwqWpFw32cx7cWuWrFmmWDZIJ3RVS0 N/wmWXRE43X+vfkV041PU4LGVBr5qOQDswpmk= MIME-Version: 1.0 Received: by 10.112.100.164 with SMTP id ez4mr3982652lbb.46.1328453961771; Sun, 05 Feb 2012 06:59:21 -0800 (PST) Received: by 10.152.18.166 with HTTP; Sun, 5 Feb 2012 06:59:21 -0800 (PST) Date: Sun, 5 Feb 2012 15:59:21 +0100 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC] Deprecate and remove /e modifier from preg_replace From: nikita.ppv@googlemail.com (Nikita Popov) Hi internals! I have written an RFC that proposes to *deprecate* and *remove* the /e modifier: https://wiki.php.net/rfc/remove_preg_replace_eval_modifier Comments welcome!