From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.0 PHP Bug Type: Session related Bug description: Segfault when the string which contains '_' in session name is specified.
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 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]