From: Ilia Alshanetsky Date: Thu, 10 Aug 2006 18:34:52 +0000 (+0000) Subject: missing bug fixing news X-Git-Tag: php-5.2.0RC2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=657329b9813814f50ffbad069606861a96b5b49b;p=php missing bug fixing news --- diff --git a/NEWS b/NEWS index 2b60f2d912..9fe70358a1 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,9 @@ PHP NEWS 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 @@ PHP NEWS 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)