From: Date: Mon, 31 Dec 2001 01:13:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08e96fd4e5a93aec2bc149aa2490052c6795cbbb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1a539df87f..4596fcd800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2001-12-30 Georg Richter + + * ext/ncurses/ncurses_functions.c: + some prototypes changed + +2001-12-30 Alex Waugh + + * acinclude.m4: + Give defaults for pread and pwrite checks when cross compiling + +2001-12-30 Zak Greant + + * ext/standard/dir.c: + chdir: corrected proto, converted to zend_parse_parameters + + * ext/mysql/php_mysql.c: + Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from having both numeric and associative indexes. (Bug 14291) + + * ext/standard/dir.c: + chroot: corrected prototype, converted to zend_parse_parameters + + * ext/standard/basic_functions.c: + Converted getenv to use zend_parse_parameters + +2001-12-30 Rui Hirokawa + + * ext/fdf/Makefile.in: added libfdftk for link path to make shared module. + +2001-12-30 Egon Schmid + + * ext/ircg/ircg.c: Fixed some protos. + + * ext/ftp/php_ftp.c: Fixed a proto. + + * ext/fbsql/php_fbsql.c + ext/dbplus/php_dbplus.c + ext/cybermut/cybermut.c: Fixed some protos. + +2001-12-30 Yasuo Ohgaki + + * ext/session/session.c: Fix crash (MFH) + + * ext/session/session.c: Get rid of error message + 2001-12-29 Derick Rethans * ext/standard/basic_functions.c