[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-05-02 Thread changelog
changelog   Thu May  3 01:31:06 2007 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2676&r2=1.2677&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2676 php-src/ChangeLog:1.2677
--- php-src/ChangeLog:1.2676Wed May  2 01:31:02 2007
+++ php-src/ChangeLog   Thu May  3 01:31:06 2007
@@ -1,3 +1,108 @@
+2007-05-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  NEWS
+  configure.in
+  main/php_version.h:
+  
+  5.2.2
+
+2007-05-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_compile.c
+  ext/soap/php_encoding.c:
+  Reverted the following fixed because of php-5.2.2 release process
+  - Fixed altering $this via argument named "this".
+  - Fixed bug #41097 (ext/soap returning associative array as indexed
+  without
+using WSDL).
+  - Fixed bug #41004 (minOccurs="0" and null class member variable).
+
+2007-05-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  ZendEngine2/tests/bug40770.phpt:
+  add SKIPIF section
+
+* ZendEngine2/tests/bug40770.phpt:
+  this test is only valid when Zend MM is enabled
+
+* run-tests.php:
+  make USE_ZEND_ALLOC env var available in SKIPIF section
+
+2007-05-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* ZendEngine2/tests/bug41117_1.phpt
+  ZendEngine2/tests/bug41117_1.phpt:
+  
+  file bug41117_1.phpt was initially added on branch PHP_5_2.
+
+* (PHP_5_2)
+  NEWS
+  ZendEngine2/zend_compile.c
+  ZendEngine2/zend_compile.c
+  ZendEngine2/tests/bug41117_1.phpt:
+  Fixed altering $this via argument named "this"
+
+2007-05-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+* ext/session/php_session.h
+  ext/session/session.c:
+  fix build when ext/hash is compiled as shared module
+
+2007-05-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  NEWS
+  win32/registry.c
+  win32/registry.c:
+  Fixed bug #41192 (Per Directory Values only work for one key)
+
+* ext/soap/tests/bugs/bug41004.phpt
+  ext/soap/tests/bugs/bug41004.phpt
+  ext/soap/tests/bugs/bug41004.wsdl
+  ext/soap/tests/bugs/bug41004.wsdl:
+  
+  file bug41004.phpt was initially added on branch PHP_5_2.
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_encoding.c
+  ext/soap/php_encoding.c
+  ext/soap/tests/bugs/bug41004.phpt
+  ext/soap/tests/bugs/bug41004.wsdl:
+  Fixed bug #41004 (minOccurs="0" and null class member variable)
+
+* ext/soap/tests/schema/schema085.phpt:
+  New test
+
+* ext/soap/tests/schema/schema085.phpt
+  ext/soap/tests/schema/schema085.phpt:
+  
+  file schema085.phpt was initially added on branch PHP_5_2.
+
+* ext/soap/tests/bugs/bug41097.phpt
+  ext/soap/tests/bugs/bug41097.phpt:
+  
+  file bug41097.phpt was initially added on branch PHP_5_2.
+
+* (PHP_5_2)
+  NEWS
+  ext/soap/php_encoding.c
+  ext/soap/php_encoding.c
+  ext/soap/soap.c
+  ext/soap/soap.c
+  ext/soap/tests/bugs/bug41097.phpt
+  ext/soap/tests/interop/Round3/GroupD/r3_groupD_compound2_001w.phpt:
+  Fixed bug #41097 (ext/soap returning associative array as indexed without
+  using WSDL)
+
+* ext/standard/tests/assert/assert02.phpt
+  ext/standard/tests/assert/assert02.phpt:
+  Fixed test
+
 2007-05-01  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
 * (PHP_5_2)


[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2007-05-02 Thread changelog
changelog   Thu May  3 01:31:08 2007 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1105&r2=1.1106&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1105 ZendEngine2/ChangeLog:1.1106
--- ZendEngine2/ChangeLog:1.1105Tue May  1 01:31:03 2007
+++ ZendEngine2/ChangeLog   Thu May  3 01:31:08 2007
@@ -1,3 +1,35 @@
+2007-05-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  zend_compile.c:
+  Reverted the following fixed because of php-5.2.2 release process
+  - Fixed altering $this via argument named "this".
+  - Fixed bug #41097 (ext/soap returning associative array as indexed
+  without
+using WSDL).
+  - Fixed bug #41004 (minOccurs="0" and null class member variable).
+
+2007-05-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  tests/bug40770.phpt:
+  add SKIPIF section
+
+* tests/bug40770.phpt:
+  this test is only valid when Zend MM is enabled
+
+2007-05-02  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* zend_compile.c
+  zend_compile.c
+  tests/bug41117_1.phpt:
+  Fixed altering $this via argument named "this"
+
+* tests/bug41117_1.phpt
+  tests/bug41117_1.phpt:
+  
+  file bug41117_1.phpt was initially added on branch PHP_5_2.
+
 2007-04-30  Johannes Schlüter  <[EMAIL PROTECTED]>
 
 * (PHP_5_2)
@@ -17589,7 +17621,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1105 2007/05/01 01:31:03 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1106 2007/05/03 01:31:08 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -19313,7 +19345,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1105 2007/05/01 01:31:03 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1106 2007/05/03 01:31:08 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>