Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:65432 php.internals:53776 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64666 invoked from network); 7 Jul 2011 21:20:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jul 2011 21:20:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 67.192.241.203 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 67.192.241.203 smtp203.dfw.emailsrvr.com Linux 2.6 Received: from [67.192.241.203] ([67.192.241.203:59269] helo=smtp203.dfw.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/B0-58543-633261E4 for ; Thu, 07 Jul 2011 17:20:56 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp20.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id E38B72584DB; Thu, 7 Jul 2011 17:20:51 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp20.relay.dfw1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 3726A25846F; Thu, 7 Jul 2011 17:20:51 -0400 (EDT) Message-ID: <4E162332.6040907@sugarcrm.com> Date: Thu, 07 Jul 2011 14:20:50 -0700 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: Pierre Joye , Dmitry Stogov , "php-cvs@lists.php.net" , Ilia Alshanetsky , PHP internals list References: <1310072926.3298.32.camel@guybrush> In-Reply-To: <1310072926.3298.32.camel@guybrush> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-CVS] 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_obje... From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! On 7/7/11 2:08 PM, Johannes Schlüter wrote: > 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. Yes, I had problem with it too in couple of cases, breaks some unit tests. In fact, I'm not sure why would we need such warning at all. Unknown class - return false, who cares? PHP is way too talkative anyway, which leads to a tons of boilerplate code that serve no useful purpose but to shut it up. But leaving that aside, I think 5.3 shouldn't have this additional warning this late. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227