Re: [PHP-INSTALL] session expiration causes segfault- consistently

2004-02-25 Thread Chris Hewitt
Mike wrote: I've fixed the problem (well, I think), That is good news, well done. but I haven't figured out what it was. I'm working on creating a simplest case. I know that it has something to do with making a reference to a session variable, as in: $loc=&$_SESSION['local']; And then subseq

Re: [PHP-INSTALL] session expiration causes segfault- consistently

2004-02-24 Thread Mike
At 09:19 AM 2/24/2004 +, Chris Hewitt wrote: Mike, I've not heard of this. Have you looked on http://bugs.php.net? there seem to be several with segmentation faults and Apache httpd 2x and mentioning sessions, it may give you some ideas. The manual says that a session is not actually writte

Re: [PHP-INSTALL] session expiration causes segfault- consistently

2004-02-24 Thread Chris Hewitt
Mike wrote: PHP 4.3.4 on Apache2, Mandrake 9.2. I have my phpsession cookie set to expire in 14400 seconds (four hours) in my php.ini (I do not want browser life cookies for this application). If I come back after 5 hours, and use any of my (very simple) php apps, I just get: "An error occure