iliaa           Thu Aug 10 18:34:52 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  missing bug fixing news
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.195&r2=1.2027.2.547.2.196&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.195 php-src/NEWS:1.2027.2.547.2.196
--- php-src/NEWS:1.2027.2.547.2.195     Thu Aug 10 13:50:56 2006
+++ php-src/NEWS        Thu Aug 10 18:34:52 2006
@@ -29,6 +29,9 @@
     openssl_csr_sign) (ben at psc dot edu, Pierre)
   . Implement #28382 (openssl_x509_parse() extensions support)
 
+- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
+- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
+  enabled. (Stefan E., Ilia)
 - Fixed XSLTProcessor::importStylesheet() to return TRUE on success (Christian)
 - Fixed leaks in openssl_csr_sign and openssl_csr_new (Pierre)
 - Fixed phpinfo() cutoff of variables at \0. (Ilia)
@@ -83,6 +86,7 @@
   the variable). (Tony)
 - Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key
   names). (Ilia)
+- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
 - Fixed bug #38064 (ignored constructor visibility). (Marcus)
 - Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from
   inside error handler). (Dmitry)

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

Reply via email to