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

2009-04-30 Thread changelog
changelog   Fri May  1 01:32:56 2009 UTC

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1475&r2=1.1476&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1475 ZendEngine2/ChangeLog:1.1476
--- ZendEngine2/ChangeLog:1.1475Tue Apr 28 01:33:00 2009
+++ ZendEngine2/ChangeLog   Fri May  1 01:32:55 2009
@@ -1,3 +1,10 @@
+2009-04-30  Jani Taskinen  
+
+* (PHP_5_2)
+  tests/bug39018.phpt
+  tests/bug39018_2.phpt:
+  - Added missing tests from this branch..*sigh*
+
 2009-04-27  Felipe Pena  
 
 * (PHP_5_2)
@@ -28504,7 +28511,7 @@
 2003-06-10  Jani Taskinen  
 
 * zend_multiply.h:
-  - Missing $Id: ChangeLog,v 1.1475 2009/04/28 01:33:00 changelog Exp $ tag
+  - Missing $Id: ChangeLog,v 1.1476 2009/05/01 01:32:55 changelog Exp $ tag
 
 2003-06-10  James Cox  
 
@@ -30228,7 +30235,7 @@
   zend_types.h
   zend_variables.c
   zend_variables.h:
-  - Added some missing CVS $Id: ChangeLog,v 1.1475 2009/04/28 01:33:00 
changelog Exp $ tags, headers and footers.
+  - Added some missing CVS $Id: ChangeLog,v 1.1476 2009/05/01 01:32:55 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  
 




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

2009-04-30 Thread changelog
changelog   Fri May  1 01:32:51 2009 UTC

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3389&r2=1.3390&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3389 php-src/ChangeLog:1.3390
--- php-src/ChangeLog:1.3389Thu Apr 30 01:32:42 2009
+++ php-src/ChangeLog   Fri May  1 01:32:50 2009
@@ -1,3 +1,135 @@
+2009-04-30  Antony Dovgal  
+
+* (PHP_5_2)
+  ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+  fix test (for real)
+
+2009-04-30  Pierre-Alain Joye  
+
+* ext/imap/php_imap.c
+  ext/imap/php_imap.c:
+  - MFB: #47940, memory leaks in imap_body
+
+* (PHP_5_2)
+  NEWS
+  ext/imap/php_imap.c:
+  - #47940, memory leaks in imap_body
+
+2009-04-30  Ilia Alshanetsky  
+
+* (PHP_5_2)
+  NEWS:
+  
+  Fixed typo
+
+2009-04-30  Pierre-Alain Joye  
+
+* (PHP_5_2)
+  NEWS:
+  - 45997
+
+* (PHP_5_3)
+  ext/standard/exec.c:
+  - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only)
+
+* (PHP_5_2)
+  ext/standard/exec.c:
+  - #45997, safe_mode bypass with exec/sytem/passthru (windows only)
+
+2009-04-30  Jani Taskinen  
+
+* ext/standard/tests/mail/mail_variation2.phpt:
+  Fix test
+
+* ext/standard/tests/mail/mail_basic2.phpt:
+  -Fix test
+
+* (PHP_5_2)
+  ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+  - Fix test: It is still possible to enable/disable fastcgi in PHP_5_2
+
+2009-04-30  Matteo Beccati  
+
+* (PHP_5_3)
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c:
+  MFH:
+  - Removed HAVE_PQEXECPARAMS which was left out during the previous commit
+
+* ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c:
+  - Removed HAVE_PQEXECPARAMS which was left out during the previous commit
+
+* (PHP_5_3)
+  ext/pdo_pgsql/config.m4
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql_int.h:
+  MFH:
+  - Changed PDO_PGSQL configure script to require libpq 7.4
+  - Cleaned up usage of HAVE_PQ* defines
+  - Fixed compiler warnings
+  - Removed custom implementation of PQunescapeByte
+
+* ext/pdo_pgsql/config.m4
+  ext/pdo_pgsql/config.w32
+  ext/pdo_pgsql/pgsql_driver.c
+  ext/pdo_pgsql/pgsql_statement.c
+  ext/pdo_pgsql/php_pdo_pgsql_int.h:
+  - Changed PDO_PGSQL configure script to require libpq 7.4
+  - Cleaned up usage of HAVE_PQ* defines
+  - Fixed compiler warnings
+  - Removed custom implementation of PQunescapeByte
+
+2009-04-30  Jani Taskinen  
+
+* (PHP_5_2)
+  ZendEngine2/tests/bug39018.phpt
+  ZendEngine2/tests/bug39018_2.phpt:
+  - Added missing tests from this branch..*sigh*
+
+* (PHP_5_2)
+  tests/classes/inheritance_007.phpt:
+  - Reflection can be disabled in PHP_5_2
+
+* (PHP_5_2)
+  ext/curl/tests/bug45161.phpt
+  ext/curl/tests/bug46711.phpt:
+  - Fix test + add missing test
+
+* ext/curl/tests/bug45161.phpt
+  ext/curl/tests/bug46711.phpt
+  ext/curl/tests/bug46711.phpt:
+  - Add missing test
+
+* (PHP_5_2)
+  ext/date/tests/DateTimeZone_verify.phpt
+  ext/date/tests/DateTime_verify.phpt
+  ext/soap/tests/bugs/bug41477.phpt:
+  - It is possible to disable reflection extension in PHP_5_2
+
+2009-04-30  Pierre-Alain Joye  
+
+* main/main.c
+  main/main.c:
+  - fix build (Marcus, fix re2c please)
+
+2009-04-30  Greg Beaver  
+
+* (PHP_5_3)
+  NEWS
+  ext/phar/phar.c
+  ext/phar/tests/phar_construct_invalidurl.phpt:
+  MFPECL fix PECL Bug #14646: phar error message unclear with php stream
+  wrappers (note: is there a standard way to list PECL bugs in NEWS?)
+
+* ext/phar/phar.c
+  ext/phar/tests/phar_construct_invalidurl.phpt
+  ext/phar/tests/phar_construct_invalidurl.phpt:
+  MFPECL: fixed PECL Bug #14646: phar error message unclear with php stream
+  wrappers
+
 2009-04-29  Ilia Alshanetsky  
 
 * (PHP_5_2)
@@ -37828,7 +37960,7 @@
 
 * sapi/litespeed/lsapi_main.c
   sapi/litespeed/lsapilib.c:
-  - Added missing $Id: ChangeLog,v 1.3389 2009/04/30 01:32:42 changelog 
Exp $ tags and nuked c++ comments
+  - Added missing $Id: ChangeLog,v 1.3390 2009/05/01 01:32:50 changelog 
Exp $ tags and nuked c++ comments
 
 * (PHP_5_3)
   ext/intl/locale/locale.c