]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 13 Feb 2005 01:38:06 +0000 (01:38 +0000)
committer <changelog@php.net> <>
Sun, 13 Feb 2005 01:38:06 +0000 (01:38 +0000)
ChangeLog
Zend/ChangeLog

index 56289610686e78a7d004ac64be6ed23ebde7dadf..c03ca23d8f3dfeb6a15208e79fd5cbd5128680eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2005-02-12  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_compile.c
index b38ca51b2c20c59d008c46afb4bae4e84245f61e..84761b16dfb6130f4c56b81161157905c73e0d9b 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_compile.c