changelog               Thu Mar 20 01:31:43 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1266&r2=1.1267&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1266 ZendEngine2/ChangeLog:1.1267
--- ZendEngine2/ChangeLog:1.1266        Wed Mar 19 01:31:36 2008
+++ ZendEngine2/ChangeLog       Thu Mar 20 01:31:43 2008
@@ -1,3 +1,53 @@
+2008-03-19  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend_ini_scanner.c
+      zend_ini_scanner_defs.h
+      zend_language_scanner.c
+      zend_language_scanner_defs.h:
+      fix gcov build
+
+2008-03-19  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * Zend.m4
+      zend.c
+      zend.h
+      zend_execute.h
+      zend_execute_API.c
+      zend_globals.h:
+      MFB
+      
+      Here are the signal changes from the 5.3 branch that optimizes signal
+      handler registration and switches from longjmp to siglongjmp in order
+      to make signal mask handling consistent across different UNIX operating
+      systems.
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      On Windows I guess there is no point starting the timeout thread until
+      we actually have a timeout value.
+
+    * (PHP_5_3)
+      zend_execute_API.c:
+      Make sure we set the signal handler when reset_signals is true, 
regardless
+      of the actual timeout value.
+
+2008-03-19  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * zend_operators.h:
+      fix typo
+
+    * zend_ini.c
+      zend_operators.c
+      zend_operators.h:
+      add zend_atol() and use it instead of zend_atoi() where applicable
+
+2008-03-19  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      zend_gc.c:
+      Disabled $GLOBALS' refcount modification
+
 2008-03-18  Rasmus Lerdorf  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)
@@ -22244,7 +22294,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1266 2008/03/19 01:31:36 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1267 2008/03/20 01:31:43 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -23968,7 +24018,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1266 2008/03/19 01:31:36 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1267 2008/03/20 01:31:43 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to