changelog Mon Apr 17 05:31:45 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2317&r2=1.2318&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2317 php-src/ChangeLog:1.2318
--- php-src/ChangeLog:1.2317 Sun Apr 16 05:31:47 2006
+++ php-src/ChangeLog Mon Apr 17 05:31:44 2006
@@ -1,3 +1,26 @@
+2006-04-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/standard/http_fopen_wrapper.c:
+ MFB51: fixed typo
+
+ * (PHP_5_1)
+ ext/standard/http_fopen_wrapper.c:
+ Fixed a typo in the previous patch.
+
+
+ * (PHP_4_4)
+ NEWS
+ ext/standard/http_fopen_wrapper.c:
+ MFH: Fixed bug #37045 (Fixed check for special chars for http redirects).
+
+ * ext/standard/http_fopen_wrapper.c:
+ MFB51: Fixed bug #37045 (Fixed check for special chars for http
redirects).
+
+ * (PHP_5_1)
+ NEWS
+ ext/standard/http_fopen_wrapper.c:
+ Fixed bug #37045 (Fixed check for special chars for http redirects).
+
2006-04-15 Antony Dovgal <[EMAIL PROTECTED]>
* ext/sqlite/sqlite.c: