From b0ca477655210bdef805c24229deaa36b5c75fea Mon Sep 17 00:00:00 2001 From: Date: Sun, 13 Feb 2005 01:38:06 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 30 ++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 36 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5628961068..c03ca23d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2005-02-12 Jani Taskinen + + * ext/snmp/snmp.c: + Missed one place.. + + * ext/snmp/snmp.c: + This was not good idea. + + * (PHP_4_3) + NEWS + ext/sockets/config.m4 + ext/sockets/php_sockets_win.h + ext/sockets/sockets.c: + - Fixed bug #31936 (set_h_errno() is redefined incompatibly) + + * ext/sockets/php_sockets_win.h + ext/sockets/sockets.c: + Remove unused set_h_errno + +2005-02-12 Marcus Boerger + + * (PHP_5_0) + NEWS + tests/lang/bug30862.phpt: + - BFN and add test + + * ZendEngine2/zend_execute_API.c: + - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case of + static property default value) + 2005-02-11 Marcus Boerger * ZendEngine2/zend_compile.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b38ca51b2c..84761b16df 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-02-12 Marcus Boerger + + * zend_execute_API.c: + - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case of + static property default value) + 2005-02-11 Marcus Boerger * zend_compile.c -- 2.40.0