ID: 11264
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Reproducible crash
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
So where is this script? I can't see it here.
Bogus.
Previous Comments:
---------------------------------------------------------------------------
[2001-06-05 03:43:44] [EMAIL PROTECTED]
It's not reproducible. It happens anytime anywhere. But it keeps happening with the
same script. The crashes are unique to one script. Before I had a scripts with a lot
of DB calls and it kept crashing until I redid the script and changing the way I did
everything.
---------------------------------------------------------------------------
[2001-06-05 01:31:59] [EMAIL PROTECTED]
Please provide the shortest possible script that actually
works that can be used to reproduce this problem.
The one you have here is complete mess.
--Jani
---------------------------------------------------------------------------
[2001-06-04 00:19:38] [EMAIL PROTECTED]
This happens a lot with me. I make a script which has no errors but then the php dll
crashes. I'm not using exotic modules or anything. just simple code. Last time I just
kept deleting lines and moving the code around until it worked but now my logout
script stopped working after i added more code to it. a user would request
login.html?mode=logout then login script inlcudes a global file which has a logout()
function that is called.
function log_utils($action){
elseif($action == logout){
setcookie ("pword", "", time()-3600, "/", "", 0);
setcookie ("hash", "", time()-3600, "/", "", 0);
return 1;
}
if ($mode=="logout"){
log_utils(logout);
... Thanks.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11264&edit=2
--
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]