stas Wed, 09 Nov 2011 21:43:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=318960
Log:
add is_a change
Changed paths:
U php/php-src/branches/PHP_5_4/UPGRADING
Modified: php/php-src/branches/PHP_5_4/UPGRADING
===================================================================
--- php/php-src/branches/PHP_5_4/UPGRADING 2011-11-09 20:54:43 UTC (rev
318959)
+++ php/php-src/branches/PHP_5_4/UPGRADING 2011-11-09 21:43:07 UTC (rev
318960)
@@ -222,6 +222,9 @@
- Added encode/decode in hex format to mb_[en|de]code_numericentity().
- Added support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions
(sort, rsort, ksort, krsort, asort, arsort and array_multisort).
+- is_a() and is_subclass_of() now have third boolean parameter, which specifies
+ if the first argument can be a string class name. Default if false for is_a
+ and true for is_subclass_of() for BC reasons.
===================================
5. Changes made to existing methods
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php