diff options
author | <changelog@php.net> | 2001-10-25 00:10:18 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-10-25 00:10:18 +0000 |
commit | 18ccd87eb97a2262bd9785421f199b6b3bf242e2 (patch) | |
tree | 42183de482ccfc13d19ceff8332a4ef589579dca | |
parent | db75202426db42712ad58b3ca502442a35d2fbc3 (diff) | |
download | php-git-18ccd87eb97a2262bd9785421f199b6b3bf242e2.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2001-10-24 Rasmus Lerdorf <rasmus@php.net> + + * main/SAPI.c: Let's suppress this warning if always_populate is enabled + +2001-10-24 Jani Taskinen <sniper@iki.fi> + + * 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 <Uwe.Steinmann@fernuni-hagen.de> + + * 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 <rasmus@php.net> * main/SAPI.c: Ok, now actually make it work - maybe... |