Well, last week or so I noticed that Squirrelmail's session array contained
recursive variable references and caused my serializer to crash on infinite
recursion. Oh well, that's life.
I found the time to add a variable stack for encoding to XML. If a variable
is "is_ref" or has a "refcount" great
One of the problems I have had with the PHP session system is that it does
not use a readily usable text format for serializing data. This makes using
session data outside of PHP virtually impossible.
I looked at the WDDX extension and was not too impressed: it was way too
verbose and didn't use v
Hi.
I'm trying to create a session support where i can keep persistent objects.
I'm using XML to structure the data in the session file.
But i've come into a problem. When i execute the following code the
(-->>) marked instruction simply breaks the function execution:
$sess = $xml->docume
3 matches
Mail list logo