Release Notes: This is a performance release. The codebase underwent a full audit, with performance improvements in mind. Many methods were made semi-static (e.g. Cgiapp 1.x must support PHP4), and tests were run extensively on both PHP4 and PHP5. This is the last feature release of Cgiapp.class.php; additional releases will be bugfix or security only. Please consider updating to Cgiapp2, the PHP5-only version, for future projects.


Release Notes: This marks the first stable release of the Cgiapp2 series. The 2.x series of Cgiapp completes a PHP5 port of Cgiapp2. Important new features include an extensive, powerful, and flexible callback system. Template engines have now been moved to a plugin system, and Cgiapp2 ships with Smarty, Savant2/3, and XSLT plugins. Extensive error and exception handling was added. A simple, flexible sample front controller class was added.


Release Notes: Strange issues were noticed when overloading applications, particularly in the behaviour of cgiapp_postrun(). As nobody has introduced any third party plugins and the HTML_QuickForm plugin has stagnated, this plugin functionality has been removed.


Release Notes: This is the first release candidate of Cgiapp2, the PHP5-only version of Cgiapp.class.php. It adds E_STRICT compatibility, adherence to the CGI::Application 4.x API for callback plugins, and extensive error and exception handling functionality.


Release Notes: This is a performance release. The codebase underwent a full audit, with performance improvements in mind. Many methods were made semi-static (e.g. Cgiapp 1.x must support PHP4), and tests were run extensively on both PHP4 and PHP5. This is the last feature release of Cgiapp.class.php; additional releases will be bugfix or security only. Please consider updating to Cgiapp2, the PHP5-only version, for future projects.


Release Notes: This release fixes run() in Cgiapp5 to call query() instead of cgiapp_get_query(). __call() has been updated in both Cgiapp and Cgiapp5 to indicate the method called if unable to find a matching action (debugging aid).