override_function() in PHP
I’ve been writing a wrapper for Cherokee’s MySQL load balancer to transparently replace PHP’s MySQL functions and provide connection pooling and database balancing at absolutely no cost. And I encountered a problem wanting to override those built-in functions. It looks like the override_function() has a bug that prevents from using it to override two or [...]
Read the rest of this entry »