]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 1 May 2009 01:32:55 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 1 May 2009 01:32:55 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 14bf6c2f3dceadb8aaa29e56c235378fcd109bd7..32505c7bdb8d43cc4c2149a39cf54f340e8f98c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2009-04-30  Antony Dovgal  <tony@daylessday.org>
+
+    * (PHP_5_2)
+      ext/standard/tests/versioning/php_sapi_name_variation001.phpt:
+      fix test (for real)
+
+2009-04-30  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * 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  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      Fixed typo
+
+2009-04-30  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * 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  <matteo@beccati.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (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  <pierre.dev@gmail.com>
+
+    * main/main.c
+      main/main.c:
+      - fix build (Marcus, fix re2c please)
+
+2009-04-30  Greg Beaver  <greg@chiaraquartet.net>
+
+    * (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  <ilia@prohost.org>
 
     * (PHP_5_2)
index db19f9d170d7bc5f74575ef9f576b9d5e7133841..fd0f79392ed1cde4ddd3e28bec8a2726742f793c 100644 (file)
@@ -1,3 +1,10 @@
+2009-04-30  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_2)
+      tests/bug39018.phpt
+      tests/bug39018_2.phpt:
+      - Added missing tests from this branch..*sigh*
+
 2009-04-27  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_2)