php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15002 apache CRASHES on duplicate cookie and session_var
Submitted: 2002-01-11 16:29 UTC Modified: 2002-04-10 19:22 UTC
From: lazybutt666 at yahoo dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.1.1 OS: win2k
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lazybutt666 at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-01-11 16:29 UTC] lazybutt666 at yahoo dot com
the following code will crash apache(1.3.22 with php 4.1.1 running as a module on Win2K Hebrew Enabaled)

<?
session_register("hello");
setcookie("hello", "world");
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-12 05:55 UTC] sander@php.net
Very likely to be a dupe of #14453. If not, reopen this report.
 [2002-01-12 06:30 UTC] lazybutt666 at yahoo dot com
nope. no dupe! 14453 was regarding a wrong path for the session.save_path setting. this is a different bug =/
 [2002-01-13 09:58 UTC] lazybutt666 at yahoo dot com
i take it back :(

was a dupe after all.
sorry for wasting your time.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 13:01:30 2024 UTC