andrey          Sat Dec  6 11:49:14 2003 EDT

  Modified files:              
    /php-src    README.PHP4-TO-PHP5-THIN-CHANGES 
  Log:
  ups, i forgot this entry
  
  
Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES
diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.1 
php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.2
--- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.1        Sat Dec  6 11:46:29 2003
+++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES    Sat Dec  6 11:49:13 2003
@@ -5,4 +5,6 @@
    var_dump(strrpos("ABCDEF","DAF"));
    ?>
    Will give you differents results. The diffence is in the second cal to strrpos(). 
The same applies and for strripos().
-2. Change illegal use of string offset from E_WARNING to E_ERROR
\ No newline at end of file
+2. Change illegal use of string offset from E_WARNING to E_ERROR
+3. array_merge() accepts only arrays. If non-array is passed a E_WARNING for every 
non-array
+   parameter will be throwed. Be careful because your code may start emitting 
E_WARNING out of the blue.

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

Reply via email to