diff options
| author | <changelog@php.net> | 2004-06-11 00:34:13 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2004-06-11 00:34:13 +0000 |
| commit | d0c4b3d3ece5125e9dd4603e359a70ac5c0cbf79 (patch) | |
| tree | d5929c8d5a0fb63fa980cc42e7645ff91e5ac156 | |
| parent | b9fc9a6ad13ea00ef739c228f4f1e88c7dc7e083 (diff) | |
| download | php-git-d0c4b3d3ece5125e9dd4603e359a70ac5c0cbf79.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 53 | ||||
| -rw-r--r-- | Zend/ChangeLog | 18 |
2 files changed, 71 insertions, 0 deletions
@@ -1,3 +1,56 @@ +2004-06-10 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/math.c: + hypot() is not experimental. + +2004-06-10 Derick Rethans <php@derickrethans.nl> + + * (PHP_4_3) + configure.in: + - Fixed bug #28730 (Wrong website in configure output) + +2004-06-10 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <dmitry@zend.com> + + * NEWS: + Fixed bug #28702 (SOAP does not parse WSDL service address correctly). + 2004-06-09 Frank M. Kromann <frank@kromann.info> * 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 <marcus.boerger@post.rwth-aachen.de> + + * 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 <marcus.boerger@post.rwth-aachen.de> * zend_reflection_api.c: |
