]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 2 Jun 2009 01:33:48 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Tue, 2 Jun 2009 01:33:48 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index d15b2ee2a3ff627daba4103133bc19a7cb744b37..a80d1093552884f14d8100e3c31cf698cca0b00b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,115 @@
+2009-06-01  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * ZendEngine2/zend.h:
+      MFB: fix compiler warnings by moving all std includes after include of
+      zend_config.h
+
+    * (PHP_5_3)
+      ZendEngine2/zend.h:
+      fix compiler warnings by moving all std includes after include of
+      zend_config.h.
+      this also fixes the build with stricter compilers than gcc (like clang)
+
+2009-06-01  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug48228.phpt
+      ZendEngine2/tests/bug48228.phpt
+      ZendEngine2/tests/bug48408.phpt
+      ZendEngine2/tests/bug48408.phpt
+      ZendEngine2/tests/bug48409.phpt
+      ZendEngine2/tests/bug48409.phpt
+      ZendEngine2/tests/bug48428.phpt
+      ZendEngine2/tests/bug48428.phpt:
+      MFH: New tests
+
+    * ZendEngine2/tests/bug48228.phpt
+      ZendEngine2/tests/bug48228.phpt
+      ZendEngine2/tests/bug48228.phpt
+      ZendEngine2/tests/bug48408.phpt
+      ZendEngine2/tests/bug48408.phpt
+      ZendEngine2/tests/bug48408.phpt
+      ZendEngine2/tests/bug48409.phpt
+      ZendEngine2/tests/bug48409.phpt
+      ZendEngine2/tests/bug48409.phpt
+      ZendEngine2/tests/bug48428.phpt
+      ZendEngine2/tests/bug48428.phpt
+      ZendEngine2/tests/bug48428.phpt:
+        1.1.4;
+      New tests
+
+    * (PHP_5_2)
+      ZendEngine2/zend.h
+      ZendEngine2/zend.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      MFH: better fix for #48409 , #48428 , #48228
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_ptr_stack.h
+      ZendEngine2/zend_types.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      better fix for #48409 , #48428 , #48228
+
+2009-06-01  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      ext/json/json.c
+      ext/json/php_json.h:
+      fix ZTS build
+
+2009-06-01  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/snmp/snmp.c:
+      
+      MFB: Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
+
+    * (PHP_5_2)
+      NEWS
+      ext/snmp/snmp.c:
+      
+      Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values).
+
+    * (PHP_5_3)
+      ext/snmp/snmp.c:
+      Fixed bug #48273 (snmp*_real_walk() returns SNMP errors as values)
+
+2009-06-01  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_2)
+      tests/lang/execution_order.phpt
+      tests/lang/execution_order.phpt:
+      Engine execution order tests
+
+    * tests/lang/execution_order.phpt
+      tests/lang/execution_order.phpt
+      tests/lang/execution_order.phpt:
+        1.1.4;
+      Engine execution order tests
+
+2009-06-01  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      NEWS:
+      fix news
+
+2009-06-01  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * ext/curl/tests/curl_basic_008.phpt
+      ext/curl/tests/curl_basic_008.phpt
+      ext/curl/tests/curl_basic_008.phpt
+      ext/curl/tests/curl_basic_010.phpt
+      ext/curl/tests/curl_basic_010.phpt
+      ext/curl/tests/curl_basic_010.phpt:
+      Fixes to work on Windows as well as Linux
+
 2009-05-31  Etienne Kneuss  <php@colder.ch>
 
     * (PHP_5_3)
index b8e97e6d5fb158cd0618c85373613ba2e97a96c3..ee753ddb792781bfdcade9b94442c77743df40e5 100644 (file)
@@ -1,3 +1,63 @@
+2009-06-01  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * zend.h:
+      MFB: fix compiler warnings by moving all std includes after include of
+      zend_config.h
+
+    * (PHP_5_3)
+      zend.h:
+      fix compiler warnings by moving all std includes after include of
+      zend_config.h.
+      this also fixes the build with stricter compilers than gcc (like clang)
+
+2009-06-01  Arnaud Le Blanc  <arnaud.lb@gmail.com>
+
+    * (PHP_5_2)
+      tests/bug48228.phpt
+      tests/bug48228.phpt
+      tests/bug48408.phpt
+      tests/bug48408.phpt
+      tests/bug48409.phpt
+      tests/bug48409.phpt
+      tests/bug48428.phpt
+      tests/bug48428.phpt:
+      MFH: New tests
+
+    * tests/bug48228.phpt
+      tests/bug48228.phpt
+      tests/bug48228.phpt
+      tests/bug48408.phpt
+      tests/bug48408.phpt
+      tests/bug48408.phpt
+      tests/bug48409.phpt
+      tests/bug48409.phpt
+      tests/bug48409.phpt
+      tests/bug48428.phpt
+      tests/bug48428.phpt
+      tests/bug48428.phpt:
+        1.1.4;
+      New tests
+
+    * (PHP_5_2)
+      zend.h
+      zend.h
+      zend_ptr_stack.h
+      zend_ptr_stack.h
+      zend_types.h
+      zend_types.h
+      zend_vm_def.h
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_execute.h:
+      MFH: better fix for #48409 , #48428 , #48228
+
+    * zend.h
+      zend_ptr_stack.h
+      zend_types.h
+      zend_vm_def.h
+      zend_vm_execute.h:
+      better fix for #48409 , #48428 , #48228
+
 2009-05-30  Arnaud Le Blanc  <arnaud.lb@gmail.com>
 
     * (PHP_5_2)