ID: 20284 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Assigned Bug Type: Session related Operating System: Linux (RH-7.3) PHP Version: 4.3.0-dev -Assigned To: +Assigned To: derick New Comment:
Verifyed, attempting to fix it :-) Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-20 08:24:35] [EMAIL PROTECTED] Here is a sample script: <?PHP session_register ("test"); ini_set('session.save_handler', 'user'); ?> crashes apache.exe, while <?PHP session_register ("test"); session_write_close(); ini_set('session.save_handler', 'user'); ?> does not. ------------------------------------------------------------------------ [2002-11-12 13:38:15] [EMAIL PROTECTED] Cannot reproduce this problem using the latest CVS. Do you have any other session related ini setting in your php.ini or virtual host (httpd.conf)? ------------------------------------------------------------------------ [2002-11-12 12:54:19] [EMAIL PROTECTED] s/reconstruct/reproduce/ :) ------------------------------------------------------------------------ [2002-11-12 12:52:18] [EMAIL PROTECTED] --- Use this Script to reconstruct this error: <?php ini_set('session.save_handler', 'user'); ?> --- ------------------------------------------------------------------------ [2002-11-07 17:33:07] [EMAIL PROTECTED] Please add a short but complete example script which we can use to reproduce this. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20284 -- Edit this bug report at http://bugs.php.net/?id=20284&edit=1