andrey          Sun Jul 11 17:38:57 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
  Log:
  news stuff
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.697&r2=1.1247.2.698&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.697 php-src/NEWS:1.1247.2.698
--- php-src/NEWS:1.1247.2.697   Thu Jul  8 13:07:25 2004
+++ php-src/NEWS        Sun Jul 11 17:38:56 2004
@@ -6,8 +6,12 @@
   for doing performance stats without warnings in server-log. (Uwe Schindler)
 - Fixed bug #29049 (array sorting via user function/method does not validate 
   it). (Ilia)
+- Fixed bug #29038 (extract() with EXTR_PREFIX_SAME prefixes empty strings).
+  (Andrey)
 - Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).
   (Ilia)
+- Fixed bug #28974 (overflow in array_slice(), array_splice(), substr,
+  substr_replace(), strspn(), strcspn()). (Andrey)
 - Fixed bug #28963 (Missing space for \0 in address allocation). (Ilia)
 - Fixed bug #28897 (ibase: -1 returned as -0.000 for 64-bit scaled int). (Ard)
 - Fixed bug #28879 (Implicit/Explicit array creation inconsistency when using

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

Reply via email to