|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-03 13:30 UTC] vildan at nebulasoft dot com
[2002-04-10 19:11 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 23:00:01 2025 UTC |
I am running php 4.1.1 on XP under Apache 1.3. Every time I call session script, php.exe on server crashes. Error msg (in windows): -------------------------------------------------------- php.exe has encountered a problems and needs to close. szAppName: php.exe szAppVer: 0.0.0.0 szModName: php4ts.dll szModVer: 0.0.0.0 offset: 000a956c -------------------------------------------------------- I have set the session.save_path = "C:\windows\temp" in the php.ini, but the problem persist. php file content that craches php.exe --------------------------------------------------------- <?php // creates session for user session_start(); session_register("iwcuser"); session_register("iwcpass"); @$iwcuser = $username; @$iwcpass = $password; ?> --------------------------------------------------------- Hope that the problem is within my script, and not PHP itself, but anyhow, users running their own scripts should be able to crash PHP. Regards, -Vildan