From: Date: Mon, 14 Feb 2005 01:39:25 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2_4~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0992be85776ae7b3f4cd6743464a6ef0ea692e65;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c03ca23d8f..986b43658c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2005-02-13 Marcus Boerger + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_reflection_api.c: + - Be more gracious in reflection API + +2005-02-13 Ilia Alshanetsky + + * ext/standard/tests/general_functions/sunfuncts.phpt: + Fixed test. + +2005-02-13 Jani Taskinen + + * ext/session/mod_files.h + ext/session/mod_mm.h + ext/session/mod_user.h + ext/session/php_session.h: + - Missing $Id$ tags + + * (PHP_4_3) + ext/session/session.c: + MFH: - Added the alias session_commit() (more intuitive name for + session_write_close()) + MFH: - Partial sync of the file by adding macro SESSION_CHECK_ACTIVE_STATE + +2005-02-13 Marcus Boerger + + * ZendEngine2/zend_language_scanner.l: + - Fix doc comment handling + +2005-02-13 Jani Taskinen + + * ext/session/php_session.h: + MFB_4_3: cvs diff -r1.84.2.5 -r1.84.2.6 php_session.h + +2005-02-13 Wez Furlong + + * ext/sqlite/config.m4: + same fix here + 2005-02-12 Jani Taskinen * ext/snmp/snmp.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 84761b16df..ec05d2a4cd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-02-13 Marcus Boerger + + * zend_execute_API.c + zend_reflection_api.c: + - Be more gracious in reflection API + + * zend_language_scanner.l: + - Fix doc comment handling + 2005-02-12 Marcus Boerger * zend_execute_API.c: