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

2009-06-14 Thread changelog
changelog   Mon Jun 15 01:33:04 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1502&r2=1.1503&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1502 ZendEngine2/ChangeLog:1.1503
--- ZendEngine2/ChangeLog:1.1502Sat Jun 13 01:33:03 2009
+++ ZendEngine2/ChangeLog   Mon Jun 15 01:33:03 2009
@@ -1,3 +1,47 @@
+2009-06-14  andy wharmby  
+
+* (PHP_5_2)
+  tests/function_exists_basic.phpt
+  tests/function_exists_error.phpt
+  tests/function_exists_variation1.phpt
+  tests/get_defined_functions_basic.phpt
+  tests/get_defined_functions_error.phpt:
+  Basic tests for function_exists() and get_defined_functions(). Tested on
+  Windows, Linux and Linux 64 bit.
+
+* tests/function_exists_basic.phpt
+  tests/function_exists_basic.phpt
+  tests/function_exists_error.phpt
+  tests/function_exists_error.phpt
+  tests/function_exists_variation1.phpt
+  tests/function_exists_variation1.phpt
+  tests/get_defined_functions_basic.phpt
+  tests/get_defined_functions_basic.phpt
+  tests/get_defined_functions_error.phpt
+  tests/get_defined_functions_error.phpt:
+  
+  Basic tests for function_exists() and get_defined_functions(). Tested on
+  Windows, Linux and Linux 64 bit.
+
+* tests/function_exists_basic.phpt
+  tests/function_exists_basic.phpt
+  tests/function_exists_error.phpt
+  tests/function_exists_error.phpt
+  tests/function_exists_variation1.phpt
+  tests/function_exists_variation1.phpt
+  tests/get_defined_functions_basic.phpt
+  tests/get_defined_functions_basic.phpt
+  tests/get_defined_functions_error.phpt
+  tests/get_defined_functions_error.phpt:
+  
+  file function_exists_basic.phpt was initially added on branch PHP_5_3.
+
+2009-06-14  Pierre-Alain Joye  
+
+* zend_execute.h
+  zend_execute.h:
+  - MF53: fix build (void alarm)
+
 2009-06-12  Felipe Pena  
 
 * zend_object_handlers.c
@@ -29122,7 +29166,7 @@
 2003-06-10  Jani Taskinen  
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1502 2009/06/13 01:33:03 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1503 2009/06/15 01:33:03 changelog Exp $ tag
 
 2003-06-10  James Cox  
 
@@ -30846,7 +30890,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1502 2009/06/13 01:33:03 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1503 2009/06/15 01:33:03 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  
 




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

2009-06-14 Thread changelog
changelog   Mon Jun 15 01:32:59 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3434&r2=1.3435&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3434 php-src/ChangeLog:1.3435
--- php-src/ChangeLog:1.3434Sun Jun 14 01:32:57 2009
+++ php-src/ChangeLog   Mon Jun 15 01:32:57 2009
@@ -1,3 +1,159 @@
+2009-06-14  Philip Olson  
+
+* (PHP_5_3)
+  UPGRADING:
+  Synced with the wiki
+
+* (PHP_5_3)
+  README.UPDATE_5_2:
+  Remove unused file (see file UPGRADING for the 5.2->5.3 guide)
+
+2009-06-14  andy wharmby  
+
+* (PHP_5_2)
+  tests/output/ob_001.phpt
+  tests/output/ob_001.phpt
+  tests/output/ob_002.phpt
+  tests/output/ob_002.phpt
+  tests/output/ob_003.phpt
+  tests/output/ob_003.phpt
+  tests/output/ob_004.phpt
+  tests/output/ob_004.phpt
+  tests/output/ob_005.phpt
+  tests/output/ob_005.phpt
+  tests/output/ob_006.phpt
+  tests/output/ob_006.phpt
+  tests/output/ob_007.phpt
+  tests/output/ob_007.phpt
+  tests/output/ob_008.phpt
+  tests/output/ob_008.phpt
+  tests/output/ob_009.phpt
+  tests/output/ob_009.phpt
+  tests/output/ob_010.phpt
+  tests/output/ob_010.phpt:
+  Backport ob test to php 5.2 and 53.
+
+* (PHP_5_2)
+  tests/lang/foreachLoopObjects.001.phpt
+  tests/lang/foreachLoopObjects.002.phpt
+  tests/lang/foreachLoopObjects.003.phpt
+  tests/lang/foreachLoopObjects.004.phpt
+  tests/lang/foreachLoopObjects.005.phpt
+  tests/lang/foreachLoopObjects.006.phpt:
+  New foreach tests. Tested on Windows, Linux and Linux 64 bit.
+
+* tests/lang/foreachLoopObjects.001.phpt
+  tests/lang/foreachLoopObjects.001.phpt
+  tests/lang/foreachLoopObjects.002.phpt
+  tests/lang/foreachLoopObjects.002.phpt
+  tests/lang/foreachLoopObjects.003.phpt
+  tests/lang/foreachLoopObjects.003.phpt
+  tests/lang/foreachLoopObjects.004.phpt
+  tests/lang/foreachLoopObjects.004.phpt
+  tests/lang/foreachLoopObjects.005.phpt
+  tests/lang/foreachLoopObjects.005.phpt
+  tests/lang/foreachLoopObjects.006.phpt
+  tests/lang/foreachLoopObjects.006.phpt:
+  
+  New foreach tests. Tested on Windows, Linux and Linux 64 bit.
+
+* tests/func/foreachLoopObjects.001.phpt
+  tests/func/foreachLoopObjects.001.phpt
+  tests/func/foreachLoopObjects.002.phpt
+  tests/func/foreachLoopObjects.002.phpt
+  tests/func/foreachLoopObjects.003.phpt
+  tests/func/foreachLoopObjects.003.phpt
+  tests/func/foreachLoopObjects.004.phpt
+  tests/func/foreachLoopObjects.004.phpt
+  tests/func/foreachLoopObjects.005.phpt
+  tests/func/foreachLoopObjects.005.phpt
+  tests/func/foreachLoopObjects.006.phpt
+  tests/func/foreachLoopObjects.006.phpt:
+  
+  file foreachLoopObjects.001.phpt was initially added on branch PHP_5_3.
+
+* (PHP_5_2)
+  ZendEngine2/tests/function_exists_basic.phpt
+  ZendEngine2/tests/function_exists_error.phpt
+  ZendEngine2/tests/function_exists_variation1.phpt
+  ZendEngine2/tests/get_defined_functions_basic.phpt
+  ZendEngine2/tests/get_defined_functions_error.phpt:
+  Basic tests for function_exists() and get_defined_functions(). Tested on
+  Windows, Linux and Linux 64 bit.
+
+* ZendEngine2/tests/function_exists_basic.phpt
+  ZendEngine2/tests/function_exists_basic.phpt
+  ZendEngine2/tests/function_exists_error.phpt
+  ZendEngine2/tests/function_exists_error.phpt
+  ZendEngine2/tests/function_exists_variation1.phpt
+  ZendEngine2/tests/function_exists_variation1.phpt
+  ZendEngine2/tests/get_defined_functions_basic.phpt
+  ZendEngine2/tests/get_defined_functions_basic.phpt
+  ZendEngine2/tests/get_defined_functions_error.phpt
+  ZendEngine2/tests/get_defined_functions_error.phpt:
+  
+  Basic tests for function_exists() and get_defined_functions(). Tested on
+  Windows, Linux and Linux 64 bit.
+
+* ZendEngine2/tests/function_exists_basic.phpt
+  ZendEngine2/tests/function_exists_basic.phpt
+  ZendEngine2/tests/function_exists_error.phpt
+  ZendEngine2/tests/function_exists_error.phpt
+  ZendEngine2/tests/function_exists_variation1.phpt
+  ZendEngine2/tests/function_exists_variation1.phpt
+  ZendEngine2/tests/get_defined_functions_basic.phpt
+  ZendEngine2/tests/get_defined_functions_basic.phpt
+  ZendEngine2/tests/get_defined_functions_error.phpt
+  ZendEngine2/tests/get_defined_functions_error.phpt:
+  
+  file function_exists_basic.phpt was initially added on branch PHP_5_3.
+
+2009-06-14  Ilia Alshanetsky  
+
+* (PHP_5_3)
+  ext/dom/document.c:
+  
+  MFB: Fixed bug #48512 (DOMDocument::validate() fails with both a E_NOTICE
+  and E_WARN if no DTD)
+
+2009-06-14  andy wharmby  
+
+* ext/js