Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64551 invoked from network); 29 Jun 2013 02:46:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jun 2013 02:46:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:42627] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/F4-37409-B9A4EC15 for ; Fri, 28 Jun 2013 22:46:51 -0400 Received: by mail-lb0-f172.google.com with SMTP id v20so1382310lbc.31 for ; Fri, 28 Jun 2013 19:46:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=4/MZKfQPjBYe/AVcL3ULVAnzOJLwWLShDRdlZMjw508=; b=InvxHxipIcYjXmcOYkYr1qtEvyXmR8+tvStVNuC79/jPonhMZK0FOhm7VlY2pGo6go SAgPx+uoU0QFpE9aPhG2lEZ3uZAyJhn6x+Kz/FdT83cu6cOf8GInLlhqVNHHFtCvV+s+ hAoV4d4N9nUY6OTMPMC9Cqma8Ruc44Ef5Sgf0Q0LNnV6yARxHG1dEvvJpgBCrILvZvDI roe7k3tbercQqhQcWuLYipUDZdxhZDhCBk0nmTSHX9O1SKl/Lax3/dmN+srN2NCuwGzS 8umk32jm32J6hmUkZfoohvSDVeopkTgdcUZlTgEzubb7ZhXC9WRa64FlDRq8FBTYqEIo 28Ng== X-Received: by 10.112.16.163 with SMTP id h3mr7546301lbd.85.1372474008114; Fri, 28 Jun 2013 19:46:48 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.4.233 with HTTP; Fri, 28 Jun 2013 19:46:07 -0700 (PDT) Date: Sat, 29 Jun 2013 11:46:07 +0900 X-Google-Sender-Auth: B_qAWTxU5CHjakyb1mt0vLpZy1Q Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c3b4aeb79bd404e0420124 Subject: Adding E_WARNING to pg_unescape_bytea() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c3b4aeb79bd404e0420124 Content-Type: text/plain; charset=ISO-8859-1 Hi all, pg_unescape_bytea() should raise error for invalid inputs https://bugs.php.net/bug.php?id=65165 We need to discuss if E_WARING is proper, which branch should be changed. It will not break working code, so I would like to use E_WARNING and change it from PHP 5.4. Any comments? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c3b4aeb79bd404e0420124--