From: Date: Sun, 20 May 2007 01:31:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_4~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84bf85a01a397f4d824136cc889c0552c1299473;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b1c7e888fa..11b3c1b9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2007-05-19 Pierre-Alain Joye + + * ext/zip/php_zip.c: + - MFB: + - Fixed a possible crash in the event directory cannot be created, due to + a + double free. (Ilia) + - Use the same tests for zip_stat + + * (PHP_5_2) + ext/zip/php_zip.c: + - use the same checks for zip_stat + + * (PHP_5_2) + NEWS + ext/openssl/openssl.c: + - #41423. PHP assumes wrongly that certain ciphers are enabled in OpenSSL + + * ext/openssl/openssl.c: + - #41423, PHP assumes wrongly that certain ciphers are enabled in OpenSSL + +2007-05-19 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/md5.c + ext/standard/md5.h + ext/standard/sha1.c: + + Optimized digest generation in md5() and sha1() functions by using code + from ext/hash. This makes the functions 20-50% faster on short strings. + +2007-05-19 Michael Wallner + + * ext/curl/config.m4: + - fix compiler/linker agnostic runpath switch + + * (PHP_5_2) + ext/curl/config.m4: + - fix compile/linker agnostic runpath switch + +2007-05-19 Ilia Alshanetsky + + * (PHP_5_2) + ext/zip/php_zip.c: + CS fixes + Fixed a possible crash in the event directory cannot be created, due to a + double free. + + * (PHP_5_2) + ext/spl/php_spl.c: + + Fixed typo in constant name + + * (PHP_5_2) + ext/spl/php_spl.c: + Eliminate memory allocation in RINIT for spl + + * (PHP_5_2) + ext/sockets/php_sockets.h + ext/sockets/sockets.c + ext/sqlite/php_sqlite.h + ext/sqlite/sqlite.c: + + Remove pointless RINIT + + * (PHP_5_2) + ext/iconv/iconv.c: + + Avoid strlen() + + * (PHP_5_2) + ext/pdo/tests/pdo_034.phpt: + Fixed test to work with postgresql + +2007-05-19 Antony Dovgal + + * main/php_ini.c: + use correct constant + +2007-05-19 Stanislav Malyshev + + * (PHP_5_2) + NEWS: + and now the right number + + * (PHP_5_2) + NEWS: + fix reference + 2007-05-18 Antony Dovgal * (PHP_5_2)