Tag Archives: serialize

Serialization in Options: Cant see the Wood for the Trees

Last night lying in the spa when I put my book aside, it popped into my mind: We were so looking for a practicable fast and general approach to check if an option value is serialized or not in worpdress, … Continue reading

Posted in Hacking The Core, Pressed | Tagged , , , , , , , , | Leave a comment

Assorted Links of the Day

Today there was pretty much work to do. These are my three links of the day: Drupal 7.0 is released! PHP Hangs On Numeric Value 2.2250738585072011e-308 serialize_precision

Posted in Linked | Tagged , , , | Leave a comment

Rules of Play – Faster is_serialized()

It is interesting to see what happens when you throw a bunch of developers on a specific problem over time. While developing free software you can often benefit from things like code review and collective code ownership as well as … Continue reading

Posted in Hacking The Core, Pressed | Tagged , , , , , , , , | 1 Comment

unserialize_callback_func

unserialize_callback_func – just a note to myself about the php configuration directive (can be set on runtime) which can point to a function (string callback). It can take care of including the class definitions in case a serialized object is … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

PHP Serialize does References

Just a note on my blog so this won’t get lost. PHP serialized vars support references and therefore somewhat need to deal with recursion: PHP Serialization And Recursion Demystified Read On: Serialization of double values in PHP 4 and PHP … Continue reading

Posted in Linked, Pressed | Tagged , | Leave a comment

Serialization of double values in PHP 4 and PHP 5

If you want to save space in your serialized data of floating point numbers in PHP, consider to use PHP 4. Naturally that is a joke :), I just note it down here because while taking a closer look on … Continue reading

Posted in Hacking The Core, Patched | Tagged , , , , , , , , , , , , , , , | 1 Comment