Update of /cvsroot/phplib/php-lib-stable
In directory usw-pr-cvs1:/tmp/cvs-serv28273/php-lib-stable
Modified Files:
CHANGES
Log Message:
php backwards compatibility in session4 freeze() and self_url()
Index: CHANGES
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** CHANGES 4 Oct 2002 14:14:44 -0000 1.24
--- CHANGES 8 Nov 2002 18:32:57 -0000 1.25
***************
*** 1,4 ****
--- 1,8 ----
$Id$
+ 08-Nov-2002 joestewart
+ - session4.inc - changed foreach to while in freeze() for compatibility with
+ some php versions. changed source of return value in self_url for wider
+ http server compatibility.
04-Oct-2002 joestewart
|