ID:               20284
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Session related
 Operating System: Linux (RH-7.3)
 PHP Version:      4.3.0-dev
 New Comment:

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.


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

[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.

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

[2002-11-06 13:22:03] [EMAIL PROTECTED]

Just installed cvs version 200211030600

.. doesn't work either.

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

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

Reply via email to