Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:88080 php.internals:87214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70718 invoked from network); 21 Jul 2015 06:06:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2015 06:06:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:41460] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/10-03461-F51EDA55 for ; Tue, 21 Jul 2015 02:06:24 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id A76EE23D615C; Tue, 21 Jul 2015 08:06:20 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from w530phpdev (p579F3064.dip0.t-ipconnect.de [87.159.48.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 5CC8923D6003; Tue, 21 Jul 2015 08:06:19 +0200 (CEST) To: "'Yasuo Ohgaki'" , Cc: "'Internals'" Date: Tue, 21 Jul 2015 08:06:21 +0200 Message-ID: <005a01d0c37b$5fc90e30$1f5b2a90$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQJs9hgp0addF4ZHS0BVAPzddjQScpytCUwQ Content-Language: en-us Subject: RE: [PHP-CVS] com php-src: Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.: ext/session/mod_user.c ext/session/mod_user_class.c ext/session/session.c ext/session/tests/bug60860.phpt ext/session/tests/bug66481.phpt ext/session/tests/bug67972.phpt From: anatol.php@belski.net ("Anatol Belski") Hi Yasuo, Changing E_ERROR to E_RECOVERABLE_ERROR is probably ok where it is safe, = but changing E_WARNING to E_RECOVERABLE_ERROR is a BC break. Thanks Anatol > -----Original Message----- > From: Yasuo Ohgaki [mailto:yohgaki@php.net] > Sent: Tuesday, July 21, 2015 5:59 AM > To: php-cvs@lists.php.net > Subject: [PHP-CVS] com php-src: Change E_ERROR and some E_WARNING to > E_RECOVERABLE_ERROR.: ext/session/mod_user.c > ext/session/mod_user_class.c ext/session/session.c > ext/session/tests/bug60860.phpt ext/session/tests/bug66481.phpt > ext/session/tests/bug67972.phpt ext >=20 > Commit: ad4533fdbabcc3e545277e30023b2fdce16297a0 > Author: Yasuo Ohgaki Tue, 21 Jul 2015 = 12:59:23 > +0900 > Parents: 22767a48a7bd060f3397713dfe5f2a5581496097 > Branches: master >=20 > Link: http://git.php.net/?p=3Dphp- > src.git;a=3Dcommitdiff;h=3Dad4533fdbabcc3e545277e30023b2fdce16297a0 >=20 > Log: > Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR. >=20 > Changed paths: > M ext/session/mod_user.c > M ext/session/mod_user_class.c > M ext/session/session.c > M ext/session/tests/bug60860.phpt > M ext/session/tests/bug66481.phpt > M ext/session/tests/bug67972.phpt > M ext/session/tests/session_module_name_variation3.phpt > M ext/session/tests/session_name_error.phpt > M ext/session/tests/session_name_variation1.phpt > M ext/session/tests/session_save_path_variation4.phpt > M ext/session/tests/session_set_save_handler_class_014.phpt > M ext/session/tests/session_set_save_handler_error3.phpt > M ext/session/tests/session_set_save_handler_sid_002.phpt