From: Date: Sat, 11 Feb 2006 06:31:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c5c764d5991e9d98fa470c218dd703381627ef7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 08b7f20b05..8f54af4b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2006-02-10 Antony Dovgal + + * (PHP_5_1) + NEWS: + MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length + specified) + +2006-02-10 Rasmus Lerdorf + + * 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 * ZendEngine2/zend_operators.c: