changelog Tue Apr 20 20:35:35 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1604&r2=1.1605&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1604 php-src/ChangeLog:1.1605 --- php-src/ChangeLog:1.1604 Mon Apr 19 20:35:22 2004 +++ php-src/ChangeLog Tue Apr 20 20:35:33 2004 @@ -1,3 +1,57 @@ +2004-04-20 Frank M. Kromann <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * NEWS: + minor update + +2004-04-20 Andi Gutmans <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/xsl/xsltprocessor.c: + - make static methods calls work from within xslt + - extended tests + +2004-04-20 Marcus Boerger <[EMAIL PROTECTED]> + + * tests/classes/interface_construct.phpt + tests/classes/interface_optional_arg.phpt: + Add new tests (by magnus) + 2004-04-19 Rob Richards <[EMAIL PROTECTED]> * scripts/Makefile.frag: @@ -2198,7 +2252,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1604 2004/04/20 00:35:22 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1605 2004/04/21 00:35:33 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>