summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-12-24 02:09:07 +0000
committer <changelog@php.net>2000-12-24 02:09:07 +0000
commit5e4b86d1e84c7034721e7311c8a925271d09d0e7 (patch)
treebf260828e01465f4d904c2ddc8ad8a128bd516e4
parentcec94760fd43d625402ca96e967b0d8ad4edb276 (diff)
downloadphp-git-5e4b86d1e84c7034721e7311c8a925271d09d0e7.tar.gz
ChangeLog update
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c52a67b8f5..761e195093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2000-12-23 Thies C. Arntzen <thies@thieso.net>
+
+ * ext/xml/xml.c: fix #8363.
+ fix call_user_function when parser->object is not set.
+
+2000-12-23 Sterling Hughes <Sterling.Hughes@pentap.net>
+
+ * pear/Net/Curl.php: 4.0.5-dev is not a release tag for @since...
+
+ changed to 4.0.5
+
+2000-12-23 Sascha Schumann <sascha@schumann.cx>
+
+ * configure.in:
+ Pass some more variables to AC_SUBST as those are needed for Apache 1.3's
+ libphp4.module.in.
+
+2000-12-23 Sterling Hughes <Sterling.Hughes@pentap.net>
+
+ * pear/Net/Curl.php:
+ Add the Net_Curl class which provides a nice friendly OO interface to PHP's curl extension.
+
2000-12-22 Sascha Schumann <sascha@schumann.cx>
* ext/session/session.c: