|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-31 03:30 UTC] mfischer@php.net
[2002-01-31 04:57 UTC] yohgaki@php.net
[2002-02-02 22:22 UTC] yohgaki@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 10:00:01 2025 UTC |
Apache child segfault when the string which contains '_' in session name is specified. Although tried on Red Hat7.2 and Windows2000, the apache child segfault. php.ini session.save_handler=files <?php session_id ("_index"); session_start (); $_SESSION["foo"] = "bar"; ?>