From c3edc73ecce4d81a887e1bffffba35a30f547002 Mon Sep 17 00:00:00 2001 From: Date: Tue, 18 Sep 2001 00:10:02 +0000 Subject: ChangeLog update --- ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3963a0d23d..28f5282ed9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2001-09-17 Hartmut Holzgraefe + + * ext/ncurses/config.m4 + ext/ncurses/ncurses_functions.c: yet another ncurses 4.x fix + + * ext/ncurses/ncurses_fe.c + ext/ncurses/ncurses_functions.c + ext/ncurses/php_ncurses_fe.h: editor hints added + + * ext/ncurses/php_ncurses.h + ext/ncurses/php_ncurses_fe.h + ext/ncurses/config.m4 + ext/ncurses/ncurses.c + ext/ncurses/ncurses_fe.c + ext/ncurses/ncurses_functions.c: whitespace + + * ext/ncurses/ncurses.c: some keyboard constants + + * ext/ncurses/c-prototypes + ext/ncurses/ncurses.c + ext/ncurses/ncurses_fe.c + ext/ncurses/ncurses_functions.c + ext/ncurses/php_ncurses_fe.h: some more function implementations + +2001-09-17 Sterling Hughes + + * main/mergesort.c + main/php.h + ext/standard/php_array.h + ext/standard/array.c + ext/hyperwave/hg_comm.h + ext/hyperwave/hg_comm.c: Merge in qsort changes + +2001-09-17 David Benson + + * ext/oci8/oci8.c: + Change duration of temporary lobs to avoid leakage of temporary lob + space (dbenson). + +2001-09-17 Hartmut Holzgraefe + + * ext/dbplus/php_dbplus.c: some proto fixes (not all done yet) + + * ext/dbplus/php_dbplus.c: got rid of strtok and added some comments + + * ext/ncurses/config.m4 + ext/ncurses/ncurses_functions.c: + will now configure out functions not available in ncurses 4.2 + +2001-09-17 Thomas V.V.Cox + + * pear/XML/Parser.php: + - Fix a security hole when the xml tag name is equal to a defined method + (i.e. ). From now, prefix the "xmltag_" string to the + function names when using the 'func' mode. See @notes for more info. + - Use call_user_func() when php >= 4.0.7 instead of the deprecated + call_user_method(). + +2001-09-17 Daniel Beulshausen + + * ext/pfpro/php_pfpro.h + ext/shmop/php_shmop.h + ext/vpopmail/php_vpopmail.h: MFH + + * ext/vpopmail/php_vpopmail.h + ext/shmop/php_shmop.h + ext/pfpro/php_pfpro.h: fix macros + + * ext/sockets/php_sockets_win.c: MFH + + * ext/sockets/php_sockets_win.c: fix fcntl + +2001-09-17 Hartmut Holzgraefe + + * ext/oracle/oracle.c: + fixed a warning regarding incompatible function pointer types + +2001-09-17 Daniel Beulshausen + + * sapi/apache/mod_php4.h: MFH + + * sapi/apache/mod_php4.h: fix macro + nuke warning + 2001-09-16 Andy Sautins * ext/oci8/oci8.c: -- cgit v1.2.1