[PHP] Re: XML Session serializer - XMLDBX

2006-01-26 Thread Mark
Mark wrote: > 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"

[PHP] Re: XML session

2004-08-12 Thread Miguel Manso
Miguel Manso wrote: 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: $ses