changelog Sun Oct 12 01:32:09 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3195&r2=1.3196&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3195 php-src/ChangeLog:1.3196
--- php-src/ChangeLog:1.3195 Sat Oct 11 01:32:06 2008
+++ php-src/ChangeLog Sun Oct 12 01:32:08 2008
@@ -1,3 +1,103 @@
+2008-10-11 Greg Beaver <[EMAIL PROTECTED]>
+
+ * ext/phar/stream.c
+ ext/phar/tests/tar/links6.phpt:
+ MFB: fix links for fseek as well
+
+ * (PHP_5_3)
+ ext/phar/stream.c
+ ext/phar/tests/tar/links6.phpt:
+ fix links for fseek as well
+
+ * ext/phar/stream.c
+ ext/phar/util.c
+ ext/phar/tests/tar/links6.phpt
+ ext/phar/tests/tar/files/links.phar.tar:
+ MFB: fix reading links from streams (works with
PharFileInfo->getContent())
+
+ * ext/phar/tests/tar/links6.phpt
+ ext/phar/tests/tar/links6.phpt:
+
+ file links6.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ ext/phar/stream.c
+ ext/phar/util.c:
+ fix reading links from streams (works with PharFileInfo->getContent())
+
+ * ext/phar/zip.c:
+ MFB: cosmetics/maintainability: reduce code redundancy on error
conditions
+
+ * (PHP_5_3)
+ ext/phar/zip.c:
+ cosmetics/maintainability: reduce code redundancy on error conditions
+
+ * ext/phar/zip.c
+ ext/phar/tests/zip/bzip2.phpt
+ ext/phar/tests/zip/zlib.phpt
+ ext/phar/tests/zip/files/bz2_alias.phar.zip
+ ext/phar/tests/zip/files/zlib_alias.phar.zip:
+ MFB: work around crap stream filter implementation, update tests for
+ compressed aliases in zip-based phar so they actually test the
compression
+
+ * ext/phar/tests/zip/zlib.phpt
+ ext/phar/tests/zip/zlib.phpt
+ ext/phar/tests/zip/files/bz2_alias.phar.zip
+ ext/phar/tests/zip/files/zlib_alias.phar.zip
+ ext/phar/tests/zip/files/zlib_alias.phar.zip:
+
+ file zlib.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ ext/phar/zip.c
+ ext/phar/tests/zip/bzip2.phpt:
+ work around crap stream filter implementation, update tests for
compressed
+ aliases in zip-based phar so they actually test the compression
+
+2008-10-11 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ - BFN: #46274, #46249
+
+2008-10-11 Greg Beaver <[EMAIL PROTECTED]>
+
+ * ext/bz2/bz2_filter.c
+ ext/zlib/zlib_filter.c:
+ MFB fix Bug #46026: bz2.decompress/zlib.inflate filter tries to
decompress
+ after end of stream
+ MFB add concatenation option to bz2.decompress stream filter
+
+ * (PHP_5_3)
+ NEWS
+ ext/bz2/bz2_filter.c
+ ext/zlib/zlib_filter.c:
+ fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress
+ after end of stream
+ [DOC] add concatenation option to bz2.decompress stream filter
+
+ * (PHP_5_2)
+ NEWS
+ ext/bz2/bz2_filter.c
+ ext/zlib/zlib_filter.c:
+ fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress
+ after end of stream
+
+2008-10-11 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/pdo_pgsql/pgsql_statement.c:
+ MFH:
+ - Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB)
+ - Fixed bug #46274 (pdo_pgsql - Segfault when using
+ PDO::ATTR_STRINGIFY_FETCHES and blob)
+
+ * (PHP_5_3)
+ ext/pdo_pgsql/pgsql_statement.c:
+ - Fixed bug #46249 (pdo_pgsql always fill in NULL for empty BLOB)
+ - Fixed bug #46274 (pdo_pgsql - Segfault when using
+ PDO::ATTR_STRINGIFY_FETCHES and blob)
+
2008-10-10 Kalle Sommer Nielsen <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -7504,7 +7604,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3195 2008/10/11 01:32:06 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3196 2008/10/12 01:32:08 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c