Browse Source

ChangeLog update

PEAR_1_4DEV
23 years ago
parent
commit
0d28e63189
  1. 51
      ChangeLog
  2. 10
      Zend/ChangeLog

51
ChangeLog

@ -1,3 +1,54 @@
2004-02-22 Derick Rethans <php@derickrethans.nl>
* (PHP_4_3)
NEWS
Zend/zend_operators.c
tests/lang/bug27354.phpt:
- MFH: Fixed bug #27354 (Modulus operator crashes PHP).
* tests/lang/bug27354.phpt:
- Added testcase for bug #27354 (Modulus operator crashes PHP).
* ZendEngine2/zend_operators.c:
- Fixed bug #27354 (Modulus operator crashes PHP).
2004-02-22 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/ZEND_CHANGES:
Add some more obviously needed information
2004-02-22 Christian Stocker <chregu@phant.ch>
* ext/xml/tests/xml009.phpt:
add test for default namespaces and same-prefix/different-namespaceURI
2004-02-22 Ilia Alshanetsky <ilia@prohost.org>
* ext/gd/gd.c:
wbmp conversion warning fix.
2004-02-22 Christian Stocker <chregu@phant.ch>
* ext/xml/compat.c
ext/xml/expat_compat.h:
Fix broken Namespace support, use libxml2 namespace methods instead of
homebrown solution:
- default namespaces are recognized
- different namespaces with same prefix in different nodes are treated
correctly
- libxml2 parser warnings are not errors anymore
2004-02-22 Rob Richards <rrichards@ctindustries.net>
* ext/dom/element.c:
add optional third parameter to support namespace in constructor
2004-02-22 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
* ext/sqlite/sqlite.c:
Fix 64-bit crash
2004-02-21 Sara Golemon <php@alphaweb.net>
* ext/ftp/ftp.c:

10
Zend/ChangeLog

@ -1,3 +1,13 @@
2004-02-22 Derick Rethans <php@derickrethans.nl>
* zend_operators.c:
- Fixed bug #27354 (Modulus operator crashes PHP).
2004-02-22 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZEND_CHANGES:
Add some more obviously needed information
2004-02-20 Hartmut Holzgraefe <hartmut@php-groupies.de>
* zend.h

Loading…
Cancel
Save