diff options
author | <changelog@php.net> | 2005-04-14 00:42:29 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-04-14 00:42:29 +0000 |
commit | dac4eb1c702e0689eeea3ab120df13ac434644b2 (patch) | |
tree | 2489b1a2a8aba206c978f2cdbd27352b834645a3 | |
parent | fc51ec9e1258f935f42841153779111458d9484e (diff) | |
download | php-git-dac4eb1c702e0689eeea3ab120df13ac434644b2.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 62 |
1 files changed, 62 insertions, 0 deletions
@@ -1,3 +1,65 @@ +2005-04-13 Ilia Alshanetsky <ilia@prohost.org> + + * ext/calendar/calendar.c: + Removed unused vars. + +2005-04-13 Antony Dovgal <tony2001@phpclub.net> + + * (PHP_4_3) + ext/pgsql/pgsql.c + ext/pgsql/pgsql.c: + MFH: disable pg_cmdtuples() too, if there is no pg_affected_rows() + + * ext/pgsql/pgsql.c: + disable pg_cmdtuples() too, if there is no pg_affected_rows() + +2005-04-13 Derick Rethans <php@derickrethans.nl> + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not + available). + + * (PHP_5_0) + NEWS + ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - MF43: Fixed bug #32699 (pg_affected_rows() was defined when it was not + available). + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - Fixed bug #32699 (pg_affected_rows() was defined when it was not + available). + +2005-04-13 Stanislav Malyshev <stas@zend.com> + + * (PHP_4_3) + Zend/zend_ini.c: + MF5: fix memory corruption if one on the on_modify handlers errors out + +2005-04-13 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * (PHP_5_0) + NEWS: + - Commit the pending patch (bug #32311). + +2005-04-13 Antony Dovgal <tony2001@phpclub.net> + + * ext/standard/tests/array/bug30833.phpt + ext/standard/tests/array/bug30833.phpt + ext/standard/tests/array/bug30833.phpt: + 1.1.4; + add testcase for bug #30833 + +2005-04-13 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * (PHP_4_3) + NEWS: + - MFH: commit the pending patch (bug #32311). + 2005-04-12 Frank M. Kromann <frank@kromann.info> * (PHP_4_3) |