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

2009-05-30 Thread changelog
changelog   Sun May 31 01:33:14 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1493&r2=1.1494&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1493 ZendEngine2/ChangeLog:1.1494
--- ZendEngine2/ChangeLog:1.1493Sat May 30 01:33:14 2009
+++ ZendEngine2/ChangeLog   Sun May 31 01:33:14 2009
@@ -1,3 +1,24 @@
+2009-05-30  Arnaud Le Blanc  
+
+* (PHP_5_2)
+  zend_alloc.c
+  zend_alloc.c:
+  MFH: Take small blocks cache into account in memory_get_usage()
+
+* zend_alloc.c:
+  Take small blocks cache into account in memory_get_usage()
+
+* (PHP_5_2)
+  zend_vm_def.h
+  zend_vm_def.h
+  zend_vm_execute.h
+  zend_vm_execute.h:
+  MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+* zend_vm_def.h
+  zend_vm_execute.h:
+  Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
 2009-05-29  Pierre-Alain Joye  
 
 * tests/bug42143.phpt:
@@ -28778,7 +28799,7 @@
 2003-06-10  Jani Taskinen  
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1493 2009/05/30 01:33:14 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1494 2009/05/31 01:33:14 changelog Exp $ tag
 
 2003-06-10  James Cox  
 
@@ -30502,7 +30523,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1493 2009/05/30 01:33:14 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1494 2009/05/31 01:33:14 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  
 




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

2009-05-30 Thread changelog
changelog   Sun May 31 01:33:10 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3419&r2=1.3420&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3419 php-src/ChangeLog:1.3420
--- php-src/ChangeLog:1.3419Sat May 30 01:33:09 2009
+++ php-src/ChangeLog   Sun May 31 01:33:09 2009
@@ -1,3 +1,40 @@
+2009-05-30  Arnaud Le Blanc  
+
+* (PHP_5_2)
+  NEWS
+  NEWS:
+  BFN
+
+* (PHP_5_2)
+  ZendEngine2/zend_alloc.c
+  ZendEngine2/zend_alloc.c:
+  MFH: Take small blocks cache into account in memory_get_usage()
+
+* ZendEngine2/zend_alloc.c:
+  Take small blocks cache into account in memory_get_usage()
+
+* (PHP_5_2)
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h
+  ZendEngine2/zend_vm_execute.h:
+  MFH: Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+* ZendEngine2/zend_vm_def.h
+  ZendEngine2/zend_vm_execute.h:
+  Fix aliasing issue (fixes #48409 , #48428 , #48228)
+
+2009-05-30  Scott MacVicar  
+
+* (PHP_5_3)
+  main/main.c:
+  MFH: Make sure the timeout is checked in the shutdown function, patch 
from
+  Etienne
+
+* main/main.c:
+  Make sure the timeout is checked in the shutdown function, patch from
+  Etienne
+
 2009-05-29  Ulf Wendel  
 
 * (PHP_5_3)
@@ -43655,7 +43692,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3419 2009/05/30 01:33:09 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3420 2009/05/31 01:33:09 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c