Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62560 invoked from network); 7 Jul 2011 21:08:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2011 21:08:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:54286] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/50-58543-560261E4 for ; Thu, 07 Jul 2011 17:08:54 -0400 Received: from [192.168.2.230] (ppp-93-104-40-200.dynamic.mnet-online.de [93.104.40.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 0E31674A04; Thu, 7 Jul 2011 23:08:50 +0200 (CEST) To: Pierre Joye Cc: Dmitry Stogov , php-cvs@lists.php.net, Ilia Alshanetsky , PHP internals list In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jul 2011 23:08:46 +0200 Message-ID: <1310072926.3298.32.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functions.c branches/PHP_5_3/ext/standard/tests/class_object/is_a_ From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-07-07 at 20:27 +0200, Pierre Joye wrote: > what kind of troubles do they see? https://pear.php.net/bugs/bug.php?id=18656 Even if the Warning is good it's questionable for 5.3, especially during RC. (note that warnings not only cause the error being reported, which can be switched off and fill logfiles but also triggers error handlers which won't expect this ...) johannes > 2011/7/7 Johannes Schlüter : > > Hi, > > > > I was told (didn't verify) that this causes lots of trouble with PEAR > > and other applications. We're in final RC phase of 5.3.7. I don't think > > it is critical for 5.3.7 and I wonder whether we need it for 5.3 at all. > > > > johannes > > > > On Mon, 2011-07-04 at 14:55 +0000, Dmitry Stogov wrote: > >> dmitry Mon, 04 Jul 2011 14:55:39 +0000 > >> > >> Revision: http://svn.php.net/viewvc?view=revision&revision=312904 > >> > >> Log: > >> Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) > >> > >> Bug: https://bugs.php.net/53727 (Assigned) Inconsistent behavior of is_subclass_of with interfaces > >> > >> Changed paths: > >> U php/php-src/branches/PHP_5_3/NEWS > >> A php/php-src/branches/PHP_5_3/Zend/tests/bug53727.phpt > >> U php/php-src/branches/PHP_5_3/Zend/tests/is_a.phpt > >> U php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c > >> U php/php-src/branches/PHP_5_3/ext/standard/tests/class_object/is_a_variation_001.phpt > >> A php/php-src/branches/PHP_5_4/Zend/tests/bug53727.phpt > >> U php/php-src/branches/PHP_5_4/Zend/tests/is_a.phpt > >> U php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c > >> U php/php-src/branches/PHP_5_4/ext/standard/tests/class_object/is_a_variation_001.phpt > >> A php/php-src/trunk/Zend/tests/bug53727.phpt > >> U php/php-src/trunk/Zend/tests/is_a.phpt > >> U php/php-src/trunk/Zend/zend_builtin_functions.c > >> U php/php-src/trunk/ext/standard/tests/class_object/is_a_variation_001.phpt > >> > >> -- > >> PHP CVS Mailing List (http://www.php.net/) > >> To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > >