5

suddenly i started to get this error :

Warning: igbinary_unserialize_header: unsupported version: 538976288, should be 1 or 2 in ...

Couldn't find anything on the net , nor anything wrong in my code ! It is probably of the serialized data . Any solutions ?

Thank you .

EDIT :

The code is http://pear.php.net/package/Cache_Lite/redirected this package , i've removed the serialize and unserialize functions and replaced them with igbinary_serialize and igbinary_unserialize . it works , but sometimes it does not . just sometimes for specific serialized data , so the problem might be from the data which is an object from mysql_fetch_object

Rami Dabain
  • 4,709
  • 12
  • 62
  • 106
  • you need to show us more code. – Jan Dragsbaek Nov 28 '11 at 11:47
  • The code is http://pear.php.net/package/Cache_Lite/redirected this package , i've removed the `serialize` and `unserialize` functions and replaced them with `igbinary_serialize` and `igbinary_unserialize` . it works , but sometimes it does not . just sometimes for specific serialized data , so the problem might be from the data which is an object `from mysql_fetch_object` – Rami Dabain Nov 28 '11 at 12:02

0 Answers0