From: Date: Thu, 25 Oct 2001 00:10:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: POST_PARAMETER_PARSING_API~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18ccd87eb97a2262bd9785421f199b6b3bf242e2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ce379207ed..df781ab22f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2001-10-24 Rasmus Lerdorf + + * main/SAPI.c: Let's suppress this warning if always_populate is enabled + +2001-10-24 Jani Taskinen + + * ext/gd/gd.c: MFH + + * ext/gd/gd.c: Fixed logic bug introduced by me. Bug: #13796 + + * ext/hyperwave/hw.c + ext/hyperwave/hg_comm.c: C++ comment pollution removed. + +2001-10-24 Uwe Steinmann + + * ext/hyperwave/hw.c: + - switched src and dest in memcpy. This caused a segm fault in hw_new_document_from_file() + + * ext/hyperwave/hg_comm.c: - freeing memory wasn't always done right + 2001-10-23 Rasmus Lerdorf * main/SAPI.c: Ok, now actually make it work - maybe...