|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Mar 20 23:00:02 2026 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