Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3349 invoked from network); 1 Apr 2015 23:16:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 23:16:08 -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.214.181 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.214.181 mail-ob0-f181.google.com Received: from [209.85.214.181] ([209.85.214.181:34386] helo=mail-ob0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/9F-21906-53C7C155 for ; Wed, 01 Apr 2015 18:16:05 -0500 Received: by obbgh1 with SMTP id gh1so97904702obb.1 for ; Wed, 01 Apr 2015 16:16:02 -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:from:date:message-id :subject:to:cc:content-type; bh=1sr00Q067QLX7Qe6jpgSyUU+tH8ucnLUQirZi/STcPA=; b=O4zKYmuSCD6CvNKou3QNQssJJMt4NVxmQxxIUSxKzkFDj8c6twwzGY5IbK+fWbcWG1 SP4rKS99vnJnEx/DUW2oDqSe53gayT+1H/4WqATdVPXhKPd3ZFh0r+HQ5q3lVUUEeidm MQtGgMDrNiuyCdQVyn06EgzxYevI/abiWrSgBUQOQpX35oA+eB8/GAllfnpw+xzgay3v KmWg8yVP6hiWN8++17I+rAUN0ynvVkvKEY56dOWlJW9WXWsgjJ9wvwCnIyQa36O9xTdX JxDeNlzClL+XJbqskNyBTFsK4Tzg1kGrQ/KPuvbNMvPl3Bx69LXEtASrjdaiQ5siAAL6 Mj/w== X-Received: by 10.182.87.8 with SMTP id t8mr42582993obz.35.1427930162374; Wed, 01 Apr 2015 16:16:02 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.104.196 with HTTP; Wed, 1 Apr 2015 16:15:22 -0700 (PDT) In-Reply-To: <551C5EEE.2040900@gmail.com> References: <551C5EEE.2040900@gmail.com> Date: Thu, 2 Apr 2015 08:15:22 +0900 X-Google-Sender-Auth: wUT2xSy0U_t-UxxFsN05386FlDc Message-ID: To: Stanislav Malyshev Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary=089e013c705417b0040512b1e652 Subject: Re: [PHP-DEV] Re: [VOTE] Reclassify E_STRICT notices From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e013c705417b0040512b1e652 Content-Type: text/plain; charset=UTF-8 Hi Nikita, On Thu, Apr 2, 2015 at 6:11 AM, Stanislav Malyshev wrote: > > * htmlentities() with some encodings like EUC-JP throws "Only basic > > entities substitution is supported for multi-byte encodings other than > > UTF-8; functionality is equivalent to htmlspecialchars" > > This looks like notice. > htmlentities() does not work as it should for multibyte encodings other than UTF-8. It should be converted to E_NOTICE. > * mysqli::next_result() if there is no next result throws "There is no > next > > result set" > > This I'm not sure should produce anything at all - it has the return > value of false, should be good enough. Same here, too. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e013c705417b0040512b1e652--