From: Date: Mon, 30 Sep 2002 00:34:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a599bb0f98f64e03afcec9116e2f946092213cca;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bde9be0434..38ca488db4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2002-09-29 Wez Furlong + + * ext/ncurses/ncurses_functions.c: + Prevent possible problems with two resource ids referencing the same + panel. + +2002-09-29 Jani Taskinen + + * sapi/nsapi/config.m4: Possible fix for #19290 + +2002-09-29 Ilia Alshanetsky + + * main/main.c: Fixed a mem leak inside the path resolving code. + +2002-09-29 Markus Fischer + + * NEWS: - Update + +2002-09-29 Ilia Alshanetsky + + * ext/standard/tests/math/floorceil.phpt: + Removed the ceil(-0.5); test. The return value is depedant on system's + libc and even when proper value '-0' is returned, var_dump() converts + it to 0 anyway. + +2002-09-29 Jani Taskinen + + * ext/session/session.c + main/main.c: ws fix + +2002-09-29 Ilia Alshanetsky + + * ext/standard/tests/math/floorceil.phpt: + Corrected ceil(-0.5) output value, it is 0 not -0. + +2002-09-29 Jani Taskinen + + * ext/fribidi/fribidi.c: Make it compile with the latest _release_ too.. + +2002-09-29 Ilia Alshanetsky + + * ext/session/session.c: + Fixed a crash, which would occur when save_handler is invalid. + +2002-09-29 Sascha Schumann + + * Makefile.global: Fix some typos + + * sapi/fastcgi/Makefile.frag + sapi/fastcgi/config.m4 + win32/phpembed.dsp + main/php_embed.c + main/php_embed.h + sapi/cgi/Makefile.frag + sapi/cgi/config.m4 + sapi/cli/Makefile.frag + sapi/cli/config.m4 + sapi/embed/config.m4 + sapi/embed/php_embed.c + sapi/embed/php_embed.h + Makefile.global + acinclude.m4 + configure.in: + Follow Yasuo's suggestion and build sapi program's under the sapi-specific + directory. + + Move sapi-specific makefile fragments to their respective directory. + + Create an embed sapi module which resides in its own dir now. + +2002-09-29 Ilia Alshanetsky + + * ext/session/session.c: Fixed bug #17281 + + * ext/session/session.c: Fixed bugs #16995 and #19392 + + * NEWS: Bug fixing news. + + * ext/gd/libgd/gd.c: Fixed bug #19366 + +2002-09-29 Derick Rethans + + * main/php_embed.c + main/php_embed.h: - Fix Edin's name + +2002-09-29 Edin Kadribasic + + * main/php_embed.c + main/php_embed.h + win32/phpembed.dsp + Makefile.global + configure.in: + Added php/embed toolkit for embedding PHP engine into C/C++ applications. + See my post to php-dev on the subject. + 2002-09-28 Ilia Alshanetsky * NEWS: Bug fixing news