--- 
canonical: 'https://mwop.net/blog/49-Cgiapp-1.5.1-released.html'
title: 'Cgiapp 1.5.1 released'
author: "[Matthew Weier O'Phinney](https://mwop.net)"
created: '2004-11-04T13:09:59-06:00'
updated: '2004-11-04T13:10:22-06:00'
tags:
  - personal
  - php

---
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.

You can see full details at the [Cgiapp download page](download?mode=view&id=11).


