diff options
author | <changelog@php.net> | 2005-04-13 00:34:35 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-04-13 00:34:35 +0000 |
commit | ecf95a1e66436caaa37fd7865ac3e9d346861512 (patch) | |
tree | 136f6558a9a8c297f65973a0a80cf4819b47cd4d /ChangeLog | |
parent | 7bf2fe5296f40237272f94d860dc69e451ab13c4 (diff) | |
download | php-git-ecf95a1e66436caaa37fd7865ac3e9d346861512.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2005-04-12 Frank M. Kromann <frank@kromann.info> + + * (PHP_4_3) + ext/mssql/php_mssql.c + ext/mssql/php_mssql.c: + MFH: Fix for #32682. Error on module shutdown when called from activescript + + * ext/mssql/php_mssql.c: + Fix for #32682. Error on module shutdown when called from activescript + +2005-04-12 Ilia Alshanetsky <ilia@prohost.org> + + * ext/readline/readline.c: + Fixed compiler warning. + +2005-04-12 Antony Dovgal <tony2001@phpclub.net> + + * (PHP_5_0) + NEWS + ext/standard/array.c: + MFH: fix #30833 (array_count_values modifying input array) + + * ext/standard/array.c: + fix #30833 (array_count_values modifying input array) + +2005-04-12 Stanislav Malyshev <stas@zend.com> + + * ZendEngine2/zend_ini.c: + fix memory corruption if one on the on_modify handlers errors out + + * (PHP_5_0) + ZendEngine2/zend_ini.c: + fi memory corruption if one on the on_modify handlers errors out + 2005-04-11 Frank M. Kromann <frank@kromann.info> * ext/fbsql/php_fbsql.c: |