Posted by Andy Hassall on 12/20/05 23:44
On 20 Dec 2005 12:20:59 -0800, "Vincent" <vinyip918@gmail.com> wrote:
>Does anyone have a problem with Apache2 crashing after executing a PHP
>script with session_start()? I notice if session_start() is placed
>anywhere except at the start of the file, APache will crash.
Is it Apache or PHP crashing?
What are the symptoms - error messages?
Do you mean a real full-blown crash, such as a segmentation fault and core
dump, or is it just an error?
What platform are you on?
There are instructions on http://bugs.php.net for getting a stack trace, which
you'd need to get to the bottom of a core dump:
http://bugs.php.net/bugs-generating-backtrace.php
http://bugs.php.net/bugs-generating-backtrace-win32.php
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|