Hey there,

  the latest CVS (built as CGI) crashes on Win32 with the following
simple script

    <?php
      session_start();
      session_register('foo');
      $foo = 'bar';
    ?>

  It does not crash on the first request of a session, but on any
consecutive request to that file.

-- 
 sebastian bergmann                            [EMAIL PROTECTED]
                                       http://www.sebastian-bergmann.de

 bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to