A new Cgiapp user reported they had
stumbled across the project in php|architect! It's in the current,
October 2004 issue, in the News section, prominently displayed in the upper
right corner of the page. The announcement blurb is straight
from my freshmeat project
page for version 1.4. Cgiapp is carving a name for itself!
At work this week, I discovered a bug with how I was calling
set_error_handler() in Cgiapp's run() method. Evidently passing a reference
in a PHP callback causes issues! So, I corrected that.
I also made a minor, one-character change to query() to make it explicitly
return a reference to the $_CGIAPP_REQUEST property array.