johannes                Wed Jun 24 22:26:56 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    UPGRADING 
  Log:
  Make clearer that thesse are internal functions
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.20&r2=1.1.2.3.2.1.2.21&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.20 php-src/UPGRADING:1.1.2.3.2.1.2.21
--- php-src/UPGRADING:1.1.2.3.2.1.2.20  Wed Jun 24 21:16:53 2009
+++ php-src/UPGRADING   Wed Jun 24 22:26:56 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.20 2009/06/24 21:16:53 bjori Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.21 2009/06/24 22:26:56 johannes Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -128,8 +128,8 @@
 
 - There is a new magic method, __callStatic().
 
-- count() vs count_elements() handler resolution rules have changed. (This 
could
-  potentially break custom PHP extensions.)
+- Internal count() vs count_elements() handler resolution rules have changed.
+  (This could potentially break custom PHP extensions.)
 
 - The trailing / has been removed from SplFileInfo and other related directory
   classes.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to