summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2003-05-23 00:30:53 +0000
committer <changelog@php.net>2003-05-23 00:30:53 +0000
commit9b08c569c66a07529101d92610ba41de28424395 (patch)
tree51e2ccb90dcf8f5f7a1eeed2e74f029fa3c95ac9 /ChangeLog
parenta747e1b7682147e17b06341fbf65da530f8e945a (diff)
downloadphp-git-9b08c569c66a07529101d92610ba41de28424395.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f93095b67f..7aeb9157d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2003-05-22 Jani Taskinen <sniper@iki.fi>
+
+ * ext/standard/tests/serialize/004.phpt:
+
+ added another test case (due to the problems we saw with 4.3.2RC4)
+
+ * (PHP_4_3)
+ ext/standard/var_unserializer.c:
+ fix the generated file.
+
+2003-05-22 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/curl/config.m4:
+ - Fixed bug #23751: Confusing configure warning concerning required cURL
+ version
+
+2003-05-22 Sterling Hughes <sterling@bumblebury.com>
+
+ * ext/xml/compat.c
+ ext/xml/expat_compat.h:
+ rename namespace to use_namespace to avoid a c++ keyword conflict
+ fix whitespace surrounding the enums, use tabs please :)
+
+ * ext/xml/xml.c:
+ use zval_ptr_dtor() instead of the more verbose and less correct version
+
+ * ext/xml/php_xml.h
+ ext/xml/xml.c:
+ take advantage of the fast_call_user_function() api call for all of the
+ callbacks.
+
+2003-05-22 Wez Furlong <wez.php@thebrainroom.net>
+
+ * makedist:
+ --force here too for release packages
+
+ * (PHP_4_3)
+ makedist:
+ Add --force so release package building works
+
2003-05-21 Jani Taskinen <sniper@iki.fi>
* (PHP_4_3)