dmitry          Thu Feb 14 14:47:25 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1078&r2=1.2027.2.547.2.1079&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1078 php-src/NEWS:1.2027.2.547.2.1079
--- php-src/NEWS:1.2027.2.547.2.1078    Thu Feb 14 14:02:02 2008
+++ php-src/NEWS        Thu Feb 14 14:47:25 2008
@@ -10,6 +10,8 @@
   which to group by data is specified. (Ilia)
 - Upgraded PCRE to version 7.6 (Nuno)
 
+- Fixed bug #44069 (Huge memory usage with concatenation using . instead of
+  .=). (Dmitry)
 - Fixed bug #44046 (crash inside array_slice() function with an invalid
   by-ref offset). (Ilia)
 - Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling

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

Reply via email to