From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.1.1
PHP Bug Type:     Reproducible crash
Bug description:  PHP terminated by Windows during session operation

I tried to run the following PHP code:
  <?php
      session_start();
      $var = "ABCDEFG_1234567890";
      session_register('var');
  ?>

While executing the file, the PHP.exe was terminated with the following
error message:
"The instruction at 0x100a956c refered to memory at 0x8b2b43b1. The
operation 'read' cannot be performed for that memory."

I'm running an Apache 1.3.22 with PHP 4.1.1 on Windows 2000 Professional
(Build 2195).
-- 
Edit bug report at http://bugs.php.net/?id=15657&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15657&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15657&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15657&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15657&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15657&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15657&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15657&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15657&r=submittedtwice

Reply via email to