News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
PHP serializer in userland code
June 21, 2007 @ 09:43:00

In this new blog post today, Evert Pot shares some thoughts on a custom solution he was looking to create as an alternative for PHP's serialize function.

I wanted to build this as a helper class for a draft-PHP-RPC server. The reason I needed a custom one was because I wanted to make sure I would be able to spit out PHP4-compatible serialized data, and in the future, when its ported to PHP6, also PHP5-compatible data.

He came across several issues in the development process including the slowness of his method compared to serialize() and a lack of a way to tell if two variables reference the same data. If you'd like to check out what he has so far, he's 0 comments voice your opinion now!
serialize phprcp server data alternative serialize phprcp server data alternative


blog comments powered by Disqus

Similar Posts

International PHP Magazine: Which one of the following is the Best Function for MySQL Data Fetching

Stuart Herbert's Blog: Using suphp To Secure A Shared Server

PHPBuilder.com: Incorporate Weather Data into Your PHP Web Apps

Wb Developer Juice: 10 baby steps to install Memcached Server and access it with PHP

NetTuts.com: Build Ajax Data Grids with CodeIgniter and jQuery


Community Events











Don't see your event here?
Let us know!


application interview podcast framework opinion development series community code language functional object introduction phpunit testing release tool zendframework2 unittest example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework