From 0c6cd5f5f782879965dae93f2968985b007f4f32 Mon Sep 17 00:00:00 2001 From: Date: Mon, 11 Apr 2005 00:35:20 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5f9f41a785..6dc2f49498 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2005-04-10 Andrey Hristov + + * NEWS: + news + + * ext/dom/document.c + ext/gd/gd.c: + fix memory corruption on 64bit in imagefttext(), + domdocument::load() and domdocument::loadxml() + + * ext/ncurses/ncurses_functions.c: + fix proto. return true instead of null + + * ext/calendar/calendar.c: + simplify code (no need of local variable - return directly) + +2005-04-10 Jani Taskinen + + * sapi/apache2handler/config.m4: + - Say in the help too this is the handler module.. + + * sapi/apache2filter/config.m4: + Might not be obvious for everyone :) + + * ext/odbc/config.m4: + - This was supposed to be escaped with \ + + * ext/odbc/config.m4: + Add more detailed failure msg. (bug #32649) + + * ext/bz2/bz2.dsp + ext/gd/gd.dsp: + - Make VC6 happy + +2005-04-10 Ilia Alshanetsky + + * NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.h: + Added time_sleep_until() function, which is a high precision mechanism of + making a script sleep until specified timestamp. + 2005-04-09 Sara Golemon * main/streams/streams.c: -- 2.40.0