Categories: Code, nanoserv, PHP

IPv6-test.com

April 11th, 2010
I've won 10 coupons for free domain names recently ... so I've put up a new website in my spare time :) IPv6-test.com checks your IPv6 and IPv4 connectivity and allow you to see which addresse(s) you are currently using to browse the Internet, an… more »

PHP 5.3.2 is out

March 12th, 2010
PHP 5.3.2 is now out. This releases includes my fix for bug #50787, which could manifest itself with nanoserv and shared objects, and basically prevented any IPC operation that had a result larger than 8192 bytes once serialize()d. more »

libevent for PHP

February 3rd, 2010
Libevent is a library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Recently, an extension emerged in PECL (link) that provides bindings between libevent… more »

nanoserv, bloat and performance

February 2nd, 2010
When software evolves, it often gain features and flexibility, but these also means bloat. And bloat leads to bad performance. Sometimes apps get so much bloated and slow that they just become less and less attractive. I remember using and enjoying the… more »