Re: [PHP] Problems reading a DOMDocument out of a session

2005-04-26 Thread Jochem Maas
Cas wrote: Tried the newest libXML stable release (2.6.19) and recompiled mod_php with it but I still have get the error: Warning: Couldn't fetch DOMDocument in /var/www/localhost/htdocs/pluxbox/test.php on line 20 foo May I ask what your system specs are? (OS, PHP and libXML version). sure, I

[PHP] Problems reading a DOMDocument out of a session

2005-04-25 Thread Cas
Hi, I'm trying to read a (XML object) DOMDocument from an session but when I try to do this from another page then where it's declared, it can't be read it. I _can_ read the DOMDocument on the same page out of the session. and also print_r(_SESSION); shows it still is a DOMDocument on all

Re: [PHP] Problems reading a DOMDocument out of a session

2005-04-25 Thread Jochem Maas
Cas wrote: Hi, I'm trying to read a (XML object) DOMDocument from an session but when I try to do this from another page then where it's declared, it can't be read it. I _can_ read the DOMDocument on the same page out of the session. and also print_r(_SESSION); shows it still is a DOMDocument

Re: [PHP] Problems reading a DOMDocument out of a session

2005-04-25 Thread Cas
On both systems i use libxml 2.6.18, both Gentoo (2005.0) machines. I asked in the irc channels if more people could run my script to be sure it wasn't my system and two of the two people also had the problem (dunno what their systems are, but one runned PHP 5.0.4). I think it's weird I get

Re: [PHP] Problems reading a DOMDocument out of a session

2005-04-25 Thread Cas
Tried the newest libXML stable release (2.6.19) and recompiled mod_php with it but I still have get the error: Warning: Couldn't fetch DOMDocument in /var/www/localhost/htdocs/pluxbox/test.php on line 20 foo May I ask what your system specs are? (OS, PHP and libXML version). Greetings, Cas On