From: Date: Wed, 21 Apr 2004 00:35:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2RC2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42f26b6fae49c9dd209249adfd7062e5c9fbb9dd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a03c61d0a4..ee079adc7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2004-04-20 Frank M. Kromann + + * NEWS + NEWS: + mssql related fixes + + * (PHP_4_3) + ext/mssql/php_mssql.h: + MFH: Fix #28007. Compile fails when the SHORT type is undefined (older + versions of FreeTDS) + + * ext/mssql/php_mssql.h: + Fix #28007. Compile fails when the SHORT type is undefined (older versions + of FreeTDS) + + * (PHP_4_3) + ext/mssql/php_mssql.c: + MFH: Fix problem getting return value from stored procedure when it returns + multiple results + + * ext/mssql/php_mssql.c: + Fix problem getting return value from stored procedure when it returns + multiple results + +2004-04-20 John Coggeshall + + * NEWS: + minor update + +2004-04-20 Andi Gutmans + + * NEWS: + - Fix news + + * NEWS: + - More news + + * ZendEngine2/zend_language_parser.y: + - Fix bug #27283 - Exceptions where the last catch() statement was + sometimes + - skipped. + +2004-04-20 Christian Stocker + + * ext/xsl/xsltprocessor.c: + - make static methods calls work from within xslt + - extended tests + +2004-04-20 Marcus Boerger + + * tests/classes/interface_construct.phpt + tests/classes/interface_optional_arg.phpt: + Add new tests (by magnus) + 2004-04-19 Rob Richards * scripts/Makefile.frag: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c1f602e5e2..25b5111cbf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2004-04-20 Andi Gutmans + + * zend_language_parser.y: + - Fix bug #27283 - Exceptions where the last catch() statement was + sometimes + - skipped. + 2004-04-19 Marcus Boerger * zend_reflection_api.c: