php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41103 mixed upper and lower case in session name crashes
Submitted: 2007-04-16 13:51 UTC Modified: 2007-04-17 05:51 UTC
From: php-qa at sebastianmendel dot de Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 6CVS-2007-04-16 (snap) OS: Windows XP SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php-qa at sebastianmendel dot de
New email:
PHP Version: OS:

 

 [2007-04-16 13:51 UTC] php-qa at sebastianmendel dot de
Description:
------------
Apache crashes when using session with mixed upper and lower case chars in session name

Reproduce code:
---------------
session_name('phpMyAdmin');
session_start();

Actual result:
--------------
crash

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-16 13:57 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php6.0-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php6.0-win32-latest.zip

Works perfectly fine here.
 [2007-04-17 05:51 UTC] php-qa at sebastianmendel dot de
ok thanks, works with http://snaps.php.net/win32/php6.0-win32-latest.zip

(i tested with Built On: Apr 16, 2007 06:30 GMT)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 11:00:03 2025 UTC