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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 06:01:29 2024 UTC