Version 0.4.1
-------------
- Fixed php 5.3 compile issue
- there was a bug in libdrizzle v0.3 had to regen const of 0.4
- renamed $obj->errno to $obj->getErrno will likely change back at some point
- renamed $drizzle->escape() to $drizzle->escapeString()

Version 0.4.0
-------------
- Initial PECL import
- Added $obj->return_code() to all objects
- Fixed compile issues with PHP 5.1 and 5.3
- Fixed a few bugs in methods

