php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63314 Bitset needs serialization handler
Submitted: 2012-10-19 18:17 UTC Modified: 2017-10-24 03:24 UTC
From: willfitch@php.net Assigned: willfitch (profile)
Status: Assigned Package: Bitset (PECL)
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-10-19 18:17 UTC] willfitch@php.net
Description:
------------
Currently, 2.0 of Bitset's BitSet class doesn't provide a serialization handler. 

Test script:
---------------
<?php

$b = new BitSet();
$b->set(5);
echo serialize($b);

?>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-10-19 18:17 UTC] willfitch@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: willfitch
 [2017-10-24 03:24 UTC] kalle@php.net
-Status: Verified +Status: Assigned
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC