summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2003-11-04 01:32:36 +0000
committer <changelog@php.net>2003-11-04 01:32:36 +0000
commit6d5ddf6b78ab5a3949dbf654b41522dbe7403ee0 (patch)
treecdbe2f8e11504de420f8d3d63da160100aec2941 /ChangeLog
parent84e18a6f68c5fd61f6387b54c829f8610e173a1f (diff)
downloadphp-git-6d5ddf6b78ab5a3949dbf654b41522dbe7403ee0.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b7ee01c70..b3232e8902 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2003-11-03 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * (PHP_4_3)
+ NEWS:
+ cosmetics
+
+2003-11-03 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/simplexml/tests/008.phpt:
+ Add regression test for XPath support
+
+ * ext/simplexml/tests/007.phpt:
+ Fix test
+
+2003-11-03 Derick Rethans <php@derickrethans.nl>
+
+ * ext/standard/streamsfuncs.c
+ main/php.h
+ main/php_streams.h
+ main/streams/streams.c:
+ - Always store the URI path in the streams structure, and expose it with
+ stream_get_meta_data().
+
+2003-11-03 Sterling Hughes <winnie@edwardbear.org>
+
+ * ext/simplexml/simplexml.c:
+ make this macro safe
+
+ * ext/simplexml/simplexml.c:
+ remove attributes from this check
+
+ * ext/simplexml/simplexml.c:
+ - Stop a crash in xpath
+ - Remove the ability to access attributes via the -> operator, attributes
+ are accessed via the array indicators
+
+2003-11-03 Stefan Esser <s.esser@e-matters.de>
+
+ * main/rfc1867.c:
+ Fixed possible crashbug.
+
+2003-11-03 Marc Boeren <M.Boeren@guidance.nl>
+
+ * ext/dbx/dbx.c:
+ Make life for the doc-team easier, without causing harm ;-)
+
+2003-11-03 Stefan Esser <s.esser@e-matters.de>
+
+ * main/rfc1867.c:
+ It is usually a good idea to write only into allocated bufferspace.
+
2003-11-02 Edin Kadribasic <edink@proventum.net>
* (PHP_4_3)