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

2009-03-24 Thread changelog
changelog   Wed Mar 25 01:32:55 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1460&r2=1.1461&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1460 ZendEngine2/ChangeLog:1.1461
--- ZendEngine2/ChangeLog:1.1460Sat Mar 21 01:32:48 2009
+++ ZendEngine2/ChangeLog   Wed Mar 25 01:32:55 2009
@@ -1,3 +1,14 @@
+2009-03-24  Dmitry Stogov  
+
+* zend_API.c
+  zend_API.c
+  zend_API.c:
+  Fixed double efree()
+
+* zend_hash.h
+  zend_hash.h:
+  Fixed "-0" parsing and optimized overflow check (Matt)
+
 2009-03-20  Dmitry Stogov  
 
 * zend_alloc.c
@@ -28189,7 +28200,7 @@
 2003-06-10  Jani Taskinen  
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1460 2009/03/21 01:32:48 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1461 2009/03/25 01:32:55 changelog Exp $ tag
 
 2003-06-10  James Cox  
 
@@ -29913,7 +29924,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1460 2009/03/21 01:32:48 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1461 2009/03/25 01:32:55 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  
 




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

2009-03-24 Thread changelog
changelog   Wed Mar 25 01:32:50 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3353&r2=1.3354&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3353 php-src/ChangeLog:1.3354
--- php-src/ChangeLog:1.3353Tue Mar 24 01:32:44 2009
+++ php-src/ChangeLog   Wed Mar 25 01:32:49 2009
@@ -1,3 +1,81 @@
+2009-03-24  Ilia Alshanetsky  
+
+* (PHP_5_3)
+  EXTENSIONS:
+  
+  Updated PDO maintainers
+
+2009-03-24  Pierre-Alain Joye  
+
+* win32/build/mkdist.php:
+  - MFB: new php.ini names
+
+* (PHP_5_3)
+  win32/build/mkdist.php:
+  - new php.ini names
+
+2009-03-24  Felipe Pena  
+
+* ext/pdo/pdo_stmt.c
+  ext/pdo_mysql/tests/bug44327.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_errorinfo.phpt
+  ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+  - Synced pieces of codes
+  - Fixed tests
+
+2009-03-24  Dmitry Stogov  
+
+* ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.c
+  ZendEngine2/zend_API.c:
+  Fixed double efree()
+
+* ZendEngine2/zend_hash.h
+  ZendEngine2/zend_hash.h:
+  Fixed "-0" parsing and optimized overflow check (Matt)
+
+2009-03-24  Felipe Pena  
+
+* (PHP_5_3)
+  ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt:
+  - Fix test
+
+2009-03-24  Pierre-Alain Joye  
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - GEPJ.. (thx to Derick for the head!)
+
+* (PHP_5_3)
+  NEWS:
+  -  #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/odbc/php_odbc.c:
+  - fix logic after my build fix, thx to Hannes for the head up!
+
+* ext/gd/gd.c:
+  - MFB: #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/gd/gd.c:
+  - #47757 rename JPG to JPEG in phpinfo
+
+* (PHP_5_3)
+  ext/odbc/php_odbc.c:
+  - fix build
+
+2009-03-24  Scott MacVicar  
+
+* (PHP_5_3)
+  NEWS:
+  BFN
+
+* (PHP_5_3)
+  ext/zlib/zlib.c:
+  Fix bug #42362 - certain status codes never have output, so sending the
+  gzip compression headers cause problems
+
 2009-03-23  Felipe Pena  
 
 * ext/pdo/pdo_dbh.c:
@@ -33912,7 +33990,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3353 2009/03/24 01:32:44 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3354 2009/03/25 01:32:49 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c