A lightweight PHP5 XML-RPC server that registers functions and static methods. Very easy to use.
PHP-Magazine had a security vulnerability where source code was publicly accessible due to the Powerslave CMS.
Optimized version of the include_once wrapper class using isset() with hash table keys instead of in_array().
Discusses how PHP fatal errors terminate execution and proposes using function_exists, method_exists, and call_user_func.
A ProcessHandler class that uses PID files to prevent multiple instances of a PHP CLI application from running.
A static wrapper class as a faster alternative to PHP built-in include_once and require_once.
Proposes an HttpRequest wrapper class for sanitizing user input with subclasses for GET, POST, and COOKIE.
Notes that exit and die cannot be used as class method names in PHP because they are language constructs.
A simple CLI handler class for PHP 5 that accepts any object and exposes its methods as CLI commands.
Discussion about PHP needing independence from Apache for enterprise readiness.