diff options
author | <changelog@php.net> | 2005-07-18 05:36:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-07-18 05:36:08 +0000 |
commit | d8415108b40fda135b2105b7c2bfb700697f4b89 (patch) | |
tree | d0e238b35608abc2a5f05d388ff1aed38b45e434 /ChangeLog | |
parent | 75e6dd1c61bc2518764319f3e4acf94919fe2f9e (diff) | |
download | php-git-d8415108b40fda135b2105b7c2bfb700697f4b89.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +2005-07-17 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ext/ming/config.m4 + ext/ming/ming.c: + - Compatibility with ming 0.2a and 0.3a + + * ZendEngine2/tests/bug33710.phpt: + - Add new test + +2005-07-17 Ilia Alshanetsky <ilia@prohost.org> + + * ZendEngine2/zend_compile.c: + Added missing init. + +2005-07-17 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * main/streams/plain_wrapper.c: + - Fix problem with debug mode on selective machines + + * ext/xml/tests/bug26614.phpt + ext/xml/tests/bug26614_libxml.phpt: + - If you ask me both (expat and libxml) are not really accurate about byte + positions and columns...however the line number information is now + correct for both so for the moment we live with the situation that they + return different byte and column information. + 2005-07-16 Ilia Alshanetsky <ilia@prohost.org> * ext/curl/interface.c: |