PHP MIRRORS 25 CVS PHPWEB CHANGELOG 5 PHP
Date: Tue, 01 Jul 2003 03:04:34 -0000

Subject: cvs: phpweb / ChangeLog-5.php
From: sterling@no-spam (Sterling Hughes)

sterling Mon Jun 30 23:04:34 2003 EDT
Modified files: /phpweb ChangeLog-5.php Log:
fixes suggested by sara:
- correct her name - merge some of the streams stuff Index: phpweb/ChangeLog-5.php diff -u phpweb/ChangeLog-5.php:1.3 phpweb/ChangeLog-5.php:1.4
--- phpweb/ChangeLog-5.php:1.3 Mon Jun 30 11:58:06 2003
+++ phpweb/ChangeLog-5.php Mon Jun 30 23:04:33 2003
@@no-spam -34,7 +34,7 @@no-spam <li>"register_long_arrays". (Zeev)</li>
</ul>
</li>
-<li>Improved the streams support: (Wez, Sarah, Ilia)
+<li>Improved the streams support: (Wez, Sara, Ilia)
<ul>
<li>Improved performance of readfile(), fpassthru() and some internal streams
operations under Win32.</li>
@@no-spam -53,6 +53,9 @@no-spam all platforms.</li>
<li>Added 'string.base64' stream filter.</li>
<li>Renamed stream_register_wrapper() to stream_wrapper_register().</li>
+ <li>Added "ftp://" wrapper support to opendir(), stat() and unlink().</li>
+ <li>Added context options 'method', 'header' and 'content' for "http://" fopen
+ wrapper.</li>
</ul>
</li>
<li>Improved the GD extension: (Pierre-Alain Joye, Ilia)
@@no-spam -118,9 +121,6 @@no-spam <li>Added missing multibyte (unicode) support and numeric entity support to html_entity_decode(). (Moriyoshi)</li>
<li>Added IPv6 support to ext/sockets. (Sara)</li>
-<li>Added "ftp://" wrapper support to opendir(), stat() and unlink(). (Sara)</li>

-<li>Added context options 'method', 'header' and 'content' for "http://" fopen
-wrapper. (Sara)</li>
<li>Added input filter support. See README.input_filter for more info. (Rasmus)</li>

<li>Added a replace count for str_[i]replace(), see bug #8218. (Sara)</li>
<li>Fixed is_executable() to be available also on Windows. (Shane)</li>