Package Information |
Summary |
PDO driver for IBM Informix INFORMIX databases |
Maintainers |
IBM OpenDev <
opendev at us dot ibm dot com >
(lead)
[details]
Amarnath Reddy N <
areddy at rocketsoftware dot com >
(lead)
[details]
|
License |
Apache License 2.0 |
Description |
This extension provides an IBM Informix Dynamic Server driver for PDO. To build and run
PDO_INFORMIX, you must install the Informix Client Software Development Kit (CSDK)
from http://ibm.com/informix/downloads.html. |
Release notes
Version 1.0.1
(alpha)
|
Added LOB Stream implementation to comply with PDO spec. (Currently only supports text/byte columns) Fixed a segfault that occured when more than one stream was bound to prepared statement. Bugfix PECL#6717: PHP segfaults when trying execute prepared, parameterized SQL. Fixed issue where error codes were not being cleared. Fixed segfault caused by trying to report a PHP exception using a stale connection handle. |