changelog Fri May 1 01:32:51 2009 UTC
Modified files:
/php-src ChangeLog
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.3389 Thu 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 <t...@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....@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 <i...@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+
+ Fixed typo
+
+2009-04-30 Pierre-Alain Joye <pierre....@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.taski...@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 <mat...@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.taski...@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....@gmail.com>
+
+ * main/main.c
+ main/main.c:
+ - fix build (Marcus, fix re2c please)
+
+2009-04-30 Greg Beaver <g...@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 <i...@prohost.org>
* (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