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

2008-08-14 Thread changelog
changelog   Fri Aug 15 01:32:36 2008 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1360&r2=1.1361&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1360 ZendEngine2/ChangeLog:1.1361
--- ZendEngine2/ChangeLog:1.1360Thu Aug 14 01:32:26 2008
+++ ZendEngine2/ChangeLog   Fri Aug 15 01:32:36 2008
@@ -1,3 +1,53 @@
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* tests/bug45805.phpt:
+  add skipif (yes, reflection CAN be disabled still..)
+
+2008-08-14  Etienne Kneuss  <[EMAIL PROTECTED]>
+
+* zend_API.c
+  zend_closures.c
+  zend_object_handlers.c
+  zend_object_handlers.h
+  zend_vm_def.h
+  zend_vm_execute.h:
+  Handlerify get_closure
+
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  tests/bug40236.phpt:
+  fix test
+
+2008-08-14  Felipe Pena  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  tests/exception_009.phpt:
+  - Fixed test
+
+* (PHP_5_2)
+  tests/exception_009.phpt
+  tests/exception_009.phpt:
+  - New test
+
+* zend_exceptions.c
+  tests/exception_009.phpt
+  tests/exception_009.phpt
+  tests/exception_009.phpt:
+  - Fixed crash (reported by Lupus Michaelis)
+
+2008-08-14  Marcus Boerger  <[EMAIL PROTECTED]>
+
+* zend.c
+  zend_exceptions.c
+  zend_exceptions.h
+  zend_execute_API.c
+  zend_globals.h
+  zend_objects.c
+  zend_vm_def.h
+  zend_vm_execute.h:
+  - Improved exception linking
+
 2008-08-13  Felipe Pena  <[EMAIL PROTECTED]>
 
 * zend_API.c
@@ -25595,7 +25645,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1360 2008/08/14 01:32:26 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1361 2008/08/15 01:32:36 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -27319,7 +27369,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1360 2008/08/14 01:32:26 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1361 2008/08/15 01:32:36 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 




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

2008-08-14 Thread changelog
changelog   Fri Aug 15 01:32:33 2008 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3138&r2=1.3139&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3138 php-src/ChangeLog:1.3139
--- php-src/ChangeLog:1.3138Thu Aug 14 01:32:20 2008
+++ php-src/ChangeLog   Fri Aug 15 01:32:32 2008
@@ -1,3 +1,283 @@
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/spl/examples/tests/dualiterator_001.phpt:
+  fix skipif
+
+* ext/standard/tests/file/bug26615.phpt
+  ext/standard/tests/file/bug26938.phpt
+  ext/standard/tests/file/proc_open01.phpt
+  sapi/cgi/tests/005.phpt
+  sapi/cgi/tests/006.phpt
+  sapi/cgi/tests/007.phpt
+  sapi/cgi/tests/include.inc
+  sapi/cli/tests/009.phpt
+  sapi/cli/tests/015.phpt:
+  - Fix tests
+
+* run-tests.php:
+  - No unnecessary errors please
+
+2008-08-14  Kalle Sommer Nielsen  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  win32/readdir.h
+  win32/time.c:
+  MFH:
+  * Last _WIN32_WINNT macro redef
+  * Include  where _WIN32_WINNT was
+
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ext/spl/tests/dit_002.phpt:
+  - Skipif: as long as it is an extension, it can be disabled..
+
+* ext/standard/tests/file/clearstatcache_001.phpt
+  ext/standard/tests/file/clearstatcache_001.phpt:
+  - Fix test: Do not leave your crap behind!
+
+2008-08-14  Kalle Sommer Nielsen  <[EMAIL PROTECTED]>
+
+* win32/readdir.h
+  win32/time.c:
+  - Last _WIN32_WINNT macro redef
+  * Include  where _WIN32_WINNT was
+
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* ZendEngine2/tests/bug45805.phpt:
+  add skipif (yes, reflection CAN be disabled still..)
+
+* tests/basic/bug20539.phpt:
+  - Fix test to use same path as test is as session.save_path to prevent
+permission errors.
+
+2008-08-14  Etienne Kneuss  <[EMAIL PROTECTED]>
+
+* ZendEngine2/zend_API.c
+  ZendEngine2/zend_closures.c
+  ZendEngine2/zend_object_handlers.c
+  ZendEngine2/zend_object_handlers.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  Handlerify get_closure
+
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  ext/gd/tests/imageloadfont_invalid.phpt:
+  do not leave crap behind
+
+* (PHP_5_3)
+  run-tests.php:
+  Silencio for some unnecessary errors
+
+* (PHP_5_2)
+  run-tests.php:
+  - Nuke annoying errors already silenced elsewhere too
+
+* (PHP_5_3)
+  ZendEngine2/tests/bug40236.phpt
+  ext/standard/tests/general_functions/bug44394_2.phpt
+  ext/standard/tests/strings/nl2br_error.phpt:
+  fix test
+
+* (PHP_5_3)
+  sapi/cgi/tests/005.phpt
+  sapi/cgi/tests/006.phpt
+  sapi/cgi/tests/007.phpt
+  sapi/cgi/tests/include.inc
+  sapi/cli/tests/009.phpt
+  sapi/cli/tests/015.phpt
+  sapi/cli/tests/021.phpt:
+  fix tests
+
+* sapi/cgi/tests/006.phpt:
+  - Fix test
+
+* sapi/cli/tests/021.phpt
+  sapi/cli/tests/021.phpt:
+  
+  - Fix tests
+
+* (PHP_5_3)
+  ext/standard/credits_ext.h:
+  - Something moved out -> update credits!
+
+2008-08-14  Felipe Pena  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  ZendEngine2/tests/exception_009.phpt:
+  - Fixed test
+
+* (PHP_5_2)
+  ZendEngine2/tests/exception_009.phpt
+  ZendEngine2/tests/exception_009.phpt:
+  - New test
+
+* ZendEngine2/zend_exceptions.c
+  ZendEngine2/tests/exception_009.phpt
+  ZendEngine2/tests/exception_009.phpt
+  ZendEngine2/tests/exception_009.phpt:
+  - Fixed crash (reported by Lupus Michaelis)
+
+2008-08-14  Jani Taskinen  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  NEWS:
+  keep the style
+
+2008-08-14  Felipe Pena  <[EMAIL PROTECTED]>
+
+* (PHP_5_2)
+  main/php_ini.c:
+  - MFH: move declaration on top and fix build error
+
+2008-08-14  Nuno Lopes  <[EMAIL PROTECTED]>
+
+* (PHP_5_3)
+  ext/pcre/php_pcre.c
+  ext/pcre/tests/bug44925.phpt:
+  after rereading the documentation about preg_grep(), lets match the
+  behavior in HEAD (return the original array elements instead of the new
+  string).
+  tune the test accordingly
+
+* ext/pcre/php_pcre.c
+  ext/pcre/tests/bug44925.phpt:
+  sync with 5.3 branch. add test for bug #44925
+
+* (PHP_5_3)
+  NEWS
+  ext/pcre/php_pcre.c
+  ext/pcre/tests/bug44925.phpt
+  ext/pcre/tests/bug44925.phpt:
+  Fixed bug #44925 (preg_grep() modifies input array)
+
+2008-08-14  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+* ext/phar/func_interceptors.c
+  ext/phar/func_interceptors.c
+  ext/phar/func_interceptors.h
+  ext/phar/func_interceptors.h
+  ext/phar/phar.c
+  ext/phar/phar.c:
+  Fixed bug #45613 Segfault when using is_file() on Apache-2.2.8
+
+2008-08-14