Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41625 invoked from network); 2 Mar 2014 17:46:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2014 17:46:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.50 mail-qg0-f50.google.com Received: from [209.85.192.50] ([209.85.192.50:34510] helo=mail-qg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/22-27008-09E63135 for ; Sun, 02 Mar 2014 12:46:56 -0500 Received: by mail-qg0-f50.google.com with SMTP id z60so8679430qgd.9 for ; Sun, 02 Mar 2014 09:46:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TqVY/se0Vyk3CI6nGV+nBAIKGqAzx2EXcNHtxW+aH6w=; b=sHN8dDL6Nz4sOmo5sG2SzIcu4pU0QVQ+TyC/ZL5LNPYJ68Ae2tFtrOgOWyL09xgjMm pP3T9aP+So2BBkL+wxIVnThV5F4dS4ThTtd54CJ6AG4/5awugL0y+ExxUWUxQfxb761C o9Xlt9zOda7W/iYEEiQxOuWU/RmA2RNXd8mm/gFhBFny8HtIOU8rijba0MGo8VRjxoLq PcBR5yiRzTeuPcViKC1ed921Gb1McGwo0ZTVedAIQp4jRYT3YRPG+VXMRP/q8Ojilir0 WcIfI12M9IsUOqZAal034UwVAVW2MfuxNYAuTRCM/McqJunZmLNKt2eRYjHezEUMH09a 4cDg== MIME-Version: 1.0 X-Received: by 10.140.50.131 with SMTP id s3mr17557184qga.12.1393782413303; Sun, 02 Mar 2014 09:46:53 -0800 (PST) Received: by 10.140.18.145 with HTTP; Sun, 2 Mar 2014 09:46:53 -0800 (PST) Received: by 10.140.18.145 with HTTP; Sun, 2 Mar 2014 09:46:53 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Mar 2014 18:46:53 +0100 Message-ID: To: Derick Rethans Cc: PHP internals , Nikita Popov Content-Type: multipart/alternative; boundary=001a11352296a3a63804f3a3417e Subject: Re: [PHP-DEV] Stricter error handling in mcrypt extension From: pierre.php@gmail.com (Pierre Joye) --001a11352296a3a63804f3a3417e Content-Type: text/plain; charset=UTF-8 On Mar 2, 2014 6:07 PM, "Derick Rethans" wrote: . > > I've added some comments, which those fixed, feel free to commit this. As Tyrael said, these changes intruduce BC breaks. Per se they should not be allowed, but what this patch may be one of these exceptions we allow from time to time. Small rfc+vote should solve that quickly. --001a11352296a3a63804f3a3417e--