|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-04-16 13:57 UTC] tony2001@php.net
[2007-04-17 05:51 UTC] php-qa at sebastianmendel dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 06:00:01 2025 UTC |
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