diff options
author | <changelog@php.net> | 2003-08-23 00:31:15 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-08-23 00:31:15 +0000 |
commit | d696f1267af69779aa361159de563d1886989a1a (patch) | |
tree | bb06527410f8282a45481687366455775463f6c8 | |
parent | a2a8be88d5e702e4fd5ce76300c52ab7ca66df3a (diff) | |
download | php-git-d696f1267af69779aa361159de563d1886989a1a.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 88 | ||||
-rw-r--r-- | Zend/ChangeLog | 10 |
2 files changed, 98 insertions, 0 deletions
@@ -1,3 +1,91 @@ +2003-08-22 Wez Furlong <wez.php@thebrainroom.net> + + * win32/.cvsignore: + ignore this generated file + + * win32/builddef.bat + win32/php4dllts.dsp: + provide general hook for exporting symbols from php4ts.dll + +2003-08-22 Ilia Alshanetsky <ilia@prohost.org> + + * (PHP_4_3) + main/main.c: + MFH: Fixed bug #25127 (reset memory_limit before terminating the request) + + * main/main.c: + Fixed bug #25127 (reset memory_limit before terminating the request) + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_constants.h: + Replace *magic number* with a much nicer define. + +2003-08-22 Brian France <list@firehawksystems.com> + + * main/php.h: + + Updated PHP_API_VERSION to 20030820 for the php_setcookie api change + +2003-08-22 Wez Furlong <wez.php@thebrainroom.net> + + * 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/domconfiguration.c + ext/dom/domerror.c + ext/dom/domerrorhandler.c + ext/dom/domexception.c + ext/dom/domimplementation.c + ext/dom/domimplementationlist.c + ext/dom/domimplementationsource.c + ext/dom/domlocator.c + ext/dom/domstringlist.c + ext/dom/element.c + ext/dom/entity.c + ext/dom/entityreference.c + ext/dom/namednodemap.c + ext/dom/namelist.c + ext/dom/node.c + ext/dom/nodelist.c + ext/dom/notation.c + ext/dom/php_dom.c + ext/dom/processinginstruction.c + ext/dom/string_extend.c + ext/dom/text.c + ext/dom/typeinfo.c + ext/dom/userdatahandler.c + ext/dom/xpath.c + ext/simplexml/simplexml.c + ext/xml/compat.c: + allow building without libxml2 under win32 + +2003-08-22 Jon Parise <jon@csh.rit.edu> + + * (PHP_4_3) + configure.in + ext/standard/filestat.c: + MFH configure.in:1.460, filestat.c:1.125: + + Fix disk_total_space() and disk_free_space() under FreeBSD. + +2003-08-22 Ilia Alshanetsky <ilia@prohost.org> + + * ZendEngine2/zend_builtin_functions.c: + Set 2147483647 as the module number of user defined constants + Fixed a few bugs and cleaned up get_defined_constants(). + + * sapi/cli/php_cli.c: + Set module id 0 (internal) for constants registered by php_cli in C. + +2003-08-22 Jani Taskinen <sniper@iki.fi> + + * NEWS: + english is funny + 2003-08-21 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * ZendEngine2/zend_default_classes.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d44e07ead3..b9ba9d9dab 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-08-22 Ilia Alshanetsky <ilia@prohost.org> + + * zend_builtin_functions.c + zend_constants.h: + Replace *magic number* with a much nicer define. + + * zend_builtin_functions.c: + Set 2147483647 as the module number of user defined constants + Fixed a few bugs and cleaned up get_defined_constants(). + 2003-08-21 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_default_classes.c |