ID:          38289
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:      Open
+Status:      Closed
 Bug Type:    Session related
 PHP Version: 5.1.4
 New Comment:

This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.




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

[2006-08-02 01:59:50] [EMAIL PROTECTED]

Description:
------------
session_decode() core dumps if $_SESSION is set to null before calling
it.

Reproduce code:
---------------
<?php

session_start();
$_SESSION = null;
session_decode('a|i:2;');

?>



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


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

Reply via email to