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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: willfitch@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Oct 27 16:01:27 2024 UTC