Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52461 invoked from network); 6 Jan 2016 17:03:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2016 17:03:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.174 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.174 mail-yk0-f174.google.com Received: from [209.85.160.174] ([209.85.160.174:35106] helo=mail-yk0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/D4-21755-8E84D865 for ; Wed, 06 Jan 2016 12:03:36 -0500 Received: by mail-yk0-f174.google.com with SMTP id x67so322064817ykd.2 for ; Wed, 06 Jan 2016 09:03:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=flHlvwpHWVRYgf6I2p/kTwlptj3H6qg0ey23qSfD6G8=; b=LWcwBe+3Pj8R2uFdiTPyTY9y4f2ei1d8hYAtbnJbpsdBXUXt71TTPbhc4g0ZVZuFMq oq1tu2EyRNueyT1rEA1jQNtTvaiM4kawGitlG1X5zXfrMHke8EqMH89Ez6GNVnb5yC6J +prS5RnrF/6kXiYUIBSwbM3qdaFbxULPfqwu2S4H0jjy7nLPExfBiBsUZRUL0aYFQYBo LoKlifb47Qfrw4GomDIIPNllBr7HvHMdefcEuifPHWUAFfaqHjscFDBAooTr3jRNT7xj j6We6XIlB70dJTzM+GREkEyttmokpLei3ykY2V3fw7dlyCxSo3wRURXv73c05i4rPeEB KTpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=flHlvwpHWVRYgf6I2p/kTwlptj3H6qg0ey23qSfD6G8=; b=L46EHajL3D+qVEy04JMfXJQEnJvfFskhh3ox9FNOKwT7PxK5FHN6qyf2wj4FnIrj3q yA69XCyTbuKpkZB7fHx4CUhxVA+z/klRv380+QzDXrHGRiOBtfSOI70Tr4bcwUJESK6m ww4j3YMwWwj6uyrMOxsOkZMxSoim/dfNb/wZYoysDNZ2oqmtPbtgl3//hj8RdtamNee/ HlsfM9yZfP2mTTFW6P+cwKk8v+r/BcBs5np0n1uXNqdRCUi0iXPBQakRYsZ5t4ssJPpM tNotgjtbRvsPiY+DbuPY4xmZRWlCINfkqpv49NVgg9ov/A5bkep9+iwV7LnmWlKZdSQu 481w== X-Gm-Message-State: ALoCoQlC79N2uisH8Jvqxd9KUtQTaIIZ5aXIWuZ526SSeozMwK/qDTzhOfGQ9hf56eR3zUNZNVy4E6lKCd0Vwt8M8+gEJQX4LA== MIME-Version: 1.0 X-Received: by 10.129.79.206 with SMTP id d197mr72002139ywb.159.1452099812885; Wed, 06 Jan 2016 09:03:32 -0800 (PST) Received: by 10.37.83.131 with HTTP; Wed, 6 Jan 2016 09:03:32 -0800 (PST) X-Originating-IP: [2.99.239.242] In-Reply-To: <1C17901F-7B7C-4B89-8F87-C849AB3D7510@rouvenwessling.de> References: <1C17901F-7B7C-4B89-8F87-C849AB3D7510@rouvenwessling.de> Date: Wed, 6 Jan 2016 17:03:32 +0000 Message-ID: To: =?UTF-8?Q?Rouven_We=C3=9Fling?= Cc: Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: Deprecate mb_ereg_replace eval option From: danack@basereality.com (Dan Ackroyd) On 5 January 2016 at 10:39, Rouven We=C3=9Fling wrot= e: > Hi Dan, > > There is no mb_eregi_replace_callback function. Code using it will have t= o be converted to use mb_ereg_replace_callbackwith the i option." > This is possibly a stupid question, but one that needs to be asked anyway: Have you checked that simply converting code that uses mb_eregi_replace to using mb_ereg_replace_callback with the i flag behaves the same in all circumstances? I assume it should be fine.....but assumptions are the progenitor of most....bad situations. cheers Dan