changelog Wed Mar 1 06:31:40 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2270&r2=1.2271&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2270 php-src/ChangeLog:1.2271
--- php-src/ChangeLog:1.2270 Tue Feb 28 06:31:41 2006
+++ php-src/ChangeLog Wed Mar 1 06:31:40 2006
@@ -1,3 +1,59 @@
+2006-02-28 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend.h:
+ Fixed compilation on FreeBSD with gcc-3.2
+
+2006-02-28 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * main/streams/streams.c:
+ - If (SEEK_CUR,0) means an illegal seek we return -1 to denote the error
+
+2006-02-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS
+ ext/session/tests/bug36459.phpt
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re:
+ MFH: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
+ contains \r\n).
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re:
+ Parsers for previous patch
+
+ * ext/session/tests/bug36459.phpt
+ ext/session/tests/bug36459.phpt
+ ext/standard/url_scanner_ex.c:
+
+ MFB51: Fixed bug #36459 (Incorrect adding PHPSESSID to links, which
+ contains \r\n).
+
+ * (PHP_5_1)
+ NEWS
+ ext/session/tests/bug36459.phpt
+ ext/session/tests/bug36459.phpt
+ ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re:
+ Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains
+ \r\n).
+
+2006-02-28 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * acinclude.m4:
+ - Fix the fix
+
+ * acinclude.m4:
+ - Fix dependency checks
+
+ * main/streams/streams.c
+ main/streams/userspace.c:
+ - Cleanup
+
+ * (PHP_5_1)
+ ext/iconv/iconv.c:
+ - Fix warning
+
2006-02-27 Marcus Boerger <[EMAIL PROTECTED]>
* (PHP_5_1)