From d963f8fea39f093e9825a243982063bb4e255719 Mon Sep 17 00:00:00 2001 From: Date: Fri, 22 Aug 2003 00:31:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 16 ++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/ChangeLog b/ChangeLog index 261fea2eb8..9124d6e93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2003-08-21 Marcus Boerger + + * ZendEngine2/zend_default_classes.c + ZendEngine2/zend_default_classes.h + ZendEngine2/zend_reflection_api.c: + Add function 'zend_throw_exception(char *message, int duplicate + TSRMLS_DC);' + to provide an easy way to throw exceptions for extension developers. + +2003-08-21 Sara Golemon + + * NEWS: + ftp:// wrapper context option: resume_pos + +2003-08-21 Marcus Boerger + + * ZendEngine2/zend_API.c: + If ce not given than any object would do + + * ZendEngine2/zend_API.c: + Paramspec 'O' / zend_parse_method_params(): only if given check the class + type + + * ext/mysqli/mysqli_api.c: + Fix parameter spec + +2003-08-21 Jon Parise + + * configure.in + ext/standard/filestat.c: + Under FreeBSD, statfs(2) requires both _and_ . + The autoconf check for was failing because + wasn't being universally included. + + This gets disk_total_space() and disk_free_space() working again under + FreeBSD. + +2003-08-21 Jani Taskinen + + * NEWS: + - Proper place, correct formatting. + 2003-08-20 Brian France * NEWS: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ae6db2c6eb..d44e07ead3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2003-08-21 Marcus Boerger + + * zend_default_classes.c + zend_default_classes.h + zend_reflection_api.c: + Add function 'zend_throw_exception(char *message, int duplicate + TSRMLS_DC);' + to provide an easy way to throw exceptions for extension developers. + + * zend_API.c: + If ce not given than any object would do + + * zend_API.c: + Paramspec 'O' / zend_parse_method_params(): only if given check the class + type + 2003-08-20 Zeev Suraski * zend_alloc.c: -- 2.49.0