changelog Thu Jun 10 20:34:10 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1653&r2=1.1654&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1653 php-src/ChangeLog:1.1654 --- php-src/ChangeLog:1.1653 Wed Jun 9 20:32:38 2004 +++ php-src/ChangeLog Thu Jun 10 20:34:10 2004 @@ -1,3 +1,56 @@ +2004-06-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/math.c: + hypot() is not experimental. + +2004-06-10 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_4_3) + configure.in: + - Fixed bug #28730 (Wrong website in configure output) + +2004-06-10 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + ext/mbstring/config.m4: + MFH: Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test + command does not support -e parameter). + + * ext/mbstring/config.m4: + Fixed bug #28723 (Fixed mbstring config.m4 to work on OSes where test + command does not support -e parameter). + +2004-06-10 Marcus Boerger <[EMAIL PROTECTED]> + + * NEWS: + Changed that a bit + + * ZendEngine2/zend_language_scanner.l: + - Require a single white-space char after /** to start a doc comment that + way we prevent /*** from becoming a doc comment (as requested Derick). + + * ZendEngine2/zend_API.h: + Add missing declaration + + * ZendEngine2/zend_reflection_api.c: + Small code layout change + + * NEWS + NEWS: + BFN + + * ZendEngine2/zend_language_scanner.l: + Do not require NEWLINE at start of doccomment + + * ZendEngine2/zend_reflection_api.c: + Bugfix #28699: Reflection api bugs + +2004-06-10 Dmitry Stogov <[EMAIL PROTECTED]> + + * NEWS: + Fixed bug #28702 (SOAP does not parse WSDL service address correctly). + 2004-06-09 Frank M. Kromann <[EMAIL PROTECTED]> * ext/dio/config.w32 @@ -4899,7 +4952,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1653 2004/06/10 00:32:38 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1654 2004/06/11 00:34:10 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>