Changelog for drizzle |
Release |
What has changed? |
0.4.2 |
- applied patch from eday
- added contex_free calls where needed
- updated a few methods |
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() |
0.4.0 |
- Initial PECL import
- Added $obj->returnCode() to all objects
- Fixed compile issues with PHP 5.1 and 5.3
- Added in ARG_INFO macros to make reflection work |