changelog Sat Feb 11 06:31:42 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2252&r2=1.2253&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2252 php-src/ChangeLog:1.2253
--- php-src/ChangeLog:1.2252 Fri Feb 10 06:31:41 2006
+++ php-src/ChangeLog Sat Feb 11 06:31:41 2006
@@ -1,3 +1,21 @@
+2006-02-10 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data
length
+ specified)
+
+2006-02-10 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * ext/session/session.c
+ ext/session/session.c:
+ (Missing patch from the PHP 4 tree that got lost in the shuffle)
+ See:
+
http://cvs.php.net/viewcvs.cgi/php-src/ext/session/session.c?r1=1.336.2.39&r2=1.336.2.40
+ - fix logic. if the client already sent us the cookie, we don't
+ need to send it again. if the id has been changed, we need to
+ update the client side.
+
2006-02-09 Andrei Zmievski <[EMAIL PROTECTED]>
* ZendEngine2/zend_operators.c: