From: Date: Thu, 25 Jun 2009 01:33:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e619027c895c76b82611075bbd25a6487373ad7a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index af3b47f1fa..3202430101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,112 @@ +2009-06-24 Johannes Schlüter + + * (PHP_5_3) + UPGRADING: + Make clearer that thesse are internal functions + +2009-06-24 Greg Beaver + + * ext/phar/tar.c + ext/phar/phar/pharcommand.inc + ext/phar/tests/tar/tar_openssl_hash.phpt + ext/phar/tests/tar/files/P1-1.0.0.tgz + ext/phar/tests/tar/files/P1-1.0.0.tgz.pubkey: + fix Bug #48681: openssl signature verification for tar archives broken in + ext/phar, merge small fixes to phar.phar generation from PHP_5_3 + + * (PHP_5_3) + NEWS + ext/phar/phar/pharcommand.inc: + fix slightly unclear error message in generation of phar.phar + +2009-06-24 Hannes Magnusson + + * (PHP_5_3) + UPGRADING: + Missing enhancements + +2009-06-24 Ilia Alshanetsky + + * (PHP_5_3) + main/php_open_temporary_file.c: + Revert patch + +2009-06-24 Felipe Pena + + * (PHP_5_3) + NEWS: + BFN + + * (PHP_5_3) + ext/json/json.c: + - MFH: Fixed memleak when depth arg is less than zero + + * ext/json/json.c: + - Fixed memleak when depth arg is less than zero + +2009-06-24 Ilia Alshanetsky + + * (PHP_5_3) + main/php_open_temporary_file.c: + + MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using + TMPDIR). + + * main/php_open_temporary_file.c: + + MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using + TMPDIR). + + * (PHP_5_2) + NEWS + main/php_open_temporary_file.c: + + Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using + TMPDIR). + +2009-06-24 Pierre-Alain Joye + + * win32/build/mkdist.php + win32/build/mkdist.php: + - add readme.redist.bins as .txt + + * README.REDIST.BINS: + - MF53: add licenses info for bundled libs, codes merged from other + projects, etc., information for binary distributions (windows, linux, + etc.) + + * ext/gd/libgd/COPYING: + - MF53: license for libgd + + * README.REDIST.BINS + README.REDIST.BINS: + + file README.REDIST.BINS was initially added on branch PHP_5_3. + + * ext/gd/libgd/COPYING + ext/gd/libgd/COPYING: + + file COPYING was initially added on branch PHP_5_3. + +2009-06-24 Dmitry Stogov + + * (PHP_5_3) + NEWS + ext/spl/spl_directory.c + ext/spl/spl_directory.c: + Fixed bug #48643 (String functions memory issue) + +2009-06-24 Jani Taskinen + + * (PHP_5_2) + NEWS + scripts/phpize.in + scripts/phpize.in: + MFH:- Fixed bug #48661 (phpize broken with non-bash shells) + + * scripts/phpize.in: + - Fixed bug #48661 (phpize broken with non-bash shells) + 2009-06-23 andy wharmby * ext/pcre/tests/preg_match_all_error3.phpt