ID: 15308
Updated by: mfischer
Old Summary: Segfault when the string which contains '_' in session
name is specified.
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Session related
Operating System: any
PHP Version: 4.1.0
New Comment:

Does this also happen with 4.1.1 and if, please provide a backtrace
under unix (provided that you compiled both php and apache with debug
symbols).


Previous Comments:
------------------------------------------------------------------------

[2002-01-31 03:06:39] [EMAIL PROTECTED]

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";
?>

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15308&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to