Browse Source

ChangeLog update

migration/unlabaled-1.3.2
23 years ago
parent
commit
61dbfa7624
  1. 69
      ChangeLog
  2. 33
      Zend/ChangeLog

69
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:

33
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:

Loading…
Cancel
Save