summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-06-10 00:31:08 +0000
committer <changelog@php.net>2003-06-10 00:31:08 +0000
commit61dbfa7624543e30eb6e47ad0c986f56b35ba182 (patch)
tree1c25ace5fd7c696965e9be2775d93595508e4690
parentc11469844563a06b2dc06dfc1905606873289593 (diff)
downloadphp-git-61dbfa7624543e30eb6e47ad0c986f56b35ba182.tar.gz
ChangeLog update
-rw-r--r--ChangeLog69
-rw-r--r--Zend/ChangeLog33
2 files changed, 102 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e0b6840a2..5624429922 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2003-06-09 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/xsl/php_xsl.c
+ ext/xsl/php_xsl.h
+ ext/xsl/xsltprocessor.c:
+ changes for /ext/dom document ref count
+ changes for /ext/dom internal object handling
+
+ * ext/dom/attr.c
+ ext/dom/cdatasection.c
+ ext/dom/characterdata.c
+ ext/dom/comment.c
+ ext/dom/document.c
+ ext/dom/documentfragment.c
+ ext/dom/documenttype.c
+ ext/dom/domimplementation.c
+ ext/dom/element.c
+ ext/dom/entityreference.c
+ ext/dom/node.c
+ ext/dom/php_dom.c
+ ext/dom/php_dom.h
+ ext/dom/processinginstruction.c
+ ext/dom/text.c
+ ext/dom/xml_common.h:
+ implmentation of document ref counting for persistance
+ re-work of internal object handling
+
+2003-06-09 Ilia Alshanetsky <ilia@prohost.org>
+
+ * NEWS
+ ext/standard/string.c
+ ext/standard/tests/strings/bug24098.phpt:
+ Fixed bug #24098 (Crash in pathinfo() due to double var initialization).
+
+
+2003-06-09 Wez Furlong <wez.php@thebrainroom.net>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN
+
+2003-06-09 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/gd/config.m4:
+ Fixed trivial typo
+
+2003-06-09 Edin Kadribasic <edink@proventum.net>
+
+ * main/config.w32.h:
+ MFB
+
+ * (PHP_4_3)
+ main/config.w32.h:
+ Fix for #24022
+
+2003-06-09 Jani Taskinen <sniper@iki.fi>
+
+ * (PHP_4_3)
+ NEWS:
+ the blame..:)
+
+ * acinclude.m4
+ scan_makefile_in.awk
+ build/scan_makefile_in.awk
+ scripts/Makefile.frag
+ scripts/phpize.in:
+ - Moved scan_makefile_in.awk to better suitable place for it.
+ (other build related scripts are under build/ too..)
+
2003-06-08 Ilia Alshanetsky <ilia@prohost.org>
* ext/openssl/openssl.c:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 81b4bee742..28f4edb49f 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,36 @@
+2003-06-09 Wez Furlong <wez.php@thebrainroom.net>
+
+ * zend_execute_API.c:
+ Fix for Bug #23951
+
+2003-06-09 Stanislav Malyshev <stas@zend.com>
+
+ * zend_execute.c:
+ remove NS leftover
+
+2003-06-09 Zeev Suraski <zeev@zend.com>
+
+ * zend_compile.c
+ zend_compile.h
+ zend_language_parser.y:
+ Fix bogus implicit declarations of properties (squash bug #23671)
+
+2003-06-09 Stanislav Malyshev <stas@zend.com>
+
+ * zend_API.c
+ zend_execute_API.c:
+ Support 'self' and 'parent' in call_user_func()
+
+2003-06-09 Zeev Suraski <zeev@zend.com>
+
+ * zend_execute.c:
+ Fix indirect reference calls to bogus function names
+
+2003-06-09 Jani Taskinen <sniper@iki.fi>
+
+ * zend_builtin_functions.c:
+ ws
+
2003-06-08 Zeev Suraski <zeev@zend.com>
* zend_object_handlers.c: