From: Date: Fri, 11 Jun 2004 00:34:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c4b3d3ece5125e9dd4603e359a70ac5c0cbf79;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 295070d004..3f71726daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2004-06-10 Ilia Alshanetsky + + * ext/standard/math.c: + hypot() is not experimental. + +2004-06-10 Derick Rethans + + * (PHP_4_3) + configure.in: + - Fixed bug #28730 (Wrong website in configure output) + +2004-06-10 Ilia Alshanetsky + + * (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 + + * 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 + + * NEWS: + Fixed bug #28702 (SOAP does not parse WSDL service address correctly). + 2004-06-09 Frank M. Kromann * ext/dio/config.w32 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9c043eb74f..71b913cad5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2004-06-10 Marcus Boerger + + * 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). + + * zend_API.h: + Add missing declaration + + * zend_reflection_api.c: + Small code layout change + + * zend_language_scanner.l: + Do not require NEWLINE at start of doccomment + + * zend_reflection_api.c: + Bugfix #28699: Reflection api bugs + 2004-06-09 Marcus Boerger * zend_reflection_api.c: