From: Date: Mon, 31 Jul 2000 01:09:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f9eee7662c89dae36270ea34074c5f79b126fe9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d272180b97..3b807398ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2000-07-30 Hartmut Holzgraefe + + * ext/standard/math.c: fix for bug #5672 + +2000-07-30 Stig Bakken + + * pear/.cvsignore + pear/Makefile.in + pear/PEAR.php.in + pear/PEAR/Installer.php + pear/XML/Parser.php + pear/XML/RPC.php + pear/XML/tests/parser1.r + pear/XML/tests/parser1.t + pear/XML/tests/parser2.i + pear/XML/tests/parser2.r + pear/XML/tests/parser2.t + pear/XML/tests/parser3.i + pear/XML/tests/parser3.r + pear/XML/tests/parser3.t + pear/run-tests.in + pear/tests/PEAR.r + pear/tests/PEAR.t + pear/tests/PEAR_Error.r + pear/tests/PEAR_Error.t: Also fixed a bug in the PEAR class that was discovered when testing :-) + +2000-07-30 Jani Taskinen + + * NEWS: +2000-07-30 Stanislav Malyshev + + * main/rfc1867.c: Fix file upload types array handling (#5836) + +2000-07-30 Rasmus Lerdorf + + * ext/standard/string.c: Fix bug in strip_tags function as per bug #5857 + +2000-07-30 Sam Ruby + + * sapi/servlet/servlet.java: Refactor in support of subclassing + +2000-07-30 Chuck Hagenbuch + + * pear/Net/Socket.php: + change deprecated call to set_socket_blocking() to socket_set_blocking() + 2000-07-29 Rasmus Lerdorf * ext/standard/url.c