[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/class_object/is_a_variation_001.phpt branches/PHP_5_3/ext/standard/tests/class_object/is_subclass_of_variation_001.phpt branches/PHP_5_

2011-07-15 Thread Philip Olson
philip Fri, 15 Jul 2011 19:17:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=313271 Log: Updated is_a() and is_subclass_of() tests as per the removed E_WARNING from r313162 which was inspired by discussion after r312904 and PHP Bug #53727 B

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/file.c trunk/ext/standard/file.c

2011-07-15 Thread David Soria Parra
dsp Fri, 15 Jul 2011 15:25:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=313267 Log: Fix #55212. Only declare STREAM_PF_INET6 if PHP is compiled with IPv6 support Bug: https://bugs.php.net/55212 (Open) Detect whether IPv6 is enabled with

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/zend_builtin_functions.c branches/PHP_5_4/Zend/zend_builtin_functions.c trunk/Zend/zend_builtin_functions.c

2011-07-15 Thread Philip Olson
On Jul 11, 2011, at 10:20 PM, Stanislav Malyshev wrote: > stas Tue, 12 Jul 2011 05:20:40 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=313162 > > Log: > remove warning for is_a() BC Greetings Stas, This change also affects current is_