PHP wrapper to libdrizzle
This extension uses libdrizzle library to provide API for communicating with drizzle and mysql databases.
License: PHP
This package is not maintained, if you would like to take over please go to this page.
Version | Release | Download |
0.4.2 | 2010-04-03 | drizzle-0.4.2.tgz |
0.4.1 | 2009-07-01 | drizzle-0.4.1.tgz |
0.4.0 | 2009-06-30 | drizzle-0.4.0.tgz |
Version | Message |
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 |