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

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




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

[2002-11-20 08:27:53] [EMAIL PROTECTED]

Verifyed, attempting to fix it :-)

Derick

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

[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');
?>
---

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

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