ID: 15107
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Reproducible crash
Operating System: Windows 98
PHP Version: 4.1.1
New Comment:
I am using PHP 4.1.1. with apache 1.3.22 on Win98.
This script (or any script that involves sessions) produces the error
message below:
<?
session_start( );
session_register("username","password");
?>
PHP caused an invalid page fault in
module PHP4TS.DLL at 0177:10054373.
Registers:
EAX=00000028 CS=0177 EIP=10054373 EFLGS=00010206
EBX=00760320 SS=017f ESP=0063fa48 EBP=100a01c0
ECX=00000015 DS=017f ESI=00760320 FS=59d7
EDX=00764f10 ES=017f EDI=101290a0 GS=0000
Bytes at CS:EIP:
8b 10 8d 4c 24 1c 51 52 e8 e0 51 05 00 8d 44 24
Stack dump:
101290a0 00760320 00760320 00000001 00000001 00760320 1005430d
00760320
00760320 100544fb 00760320 0078d410 100a01e9 00000001 0000000a 00760320
Previous Comments:
------------------------------------------------------------------------
[2002-01-18 15:13:51] [EMAIL PROTECTED]
This script (or any script that involves sessions) produces the error
message below:
<?
session_start( );
session_register("username","password");
?>
PHP caused an invalid page fault in
module PHP4TS.DLL at 0177:10054373.
Registers:
EAX=00000028 CS=0177 EIP=10054373 EFLGS=00010206
EBX=00760320 SS=017f ESP=0063fa48 EBP=100a01c0
ECX=00000015 DS=017f ESI=00760320 FS=59d7
EDX=00764f10 ES=017f EDI=101290a0 GS=0000
Bytes at CS:EIP:
8b 10 8d 4c 24 1c 51 52 e8 e0 51 05 00 8d 44 24
Stack dump:
101290a0 00760320 00760320 00000001 00000001 00760320 1005430d 00760320
00760320 100544fb 00760320 0078d410 100a01e9 00000001 0000000a 00760320
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=15107&edit=1
--
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]