Package Information |
Summary |
CUBRID driver for PDO |
Maintainers |
Esen Sagynov (lead)
[details]
|
License |
PHP |
Description |
This extension provides a CUBRID driver for PDO. |
Homepage |
http://www.cubrid.org/php_cubrid_pdo
|
Release notes
Version 8.4.0.0002
(stable)
|
Fixed bugs:
- Fix a bug in cubrid_stmt_next_rowset: new version cci_next_result will reuse the request handle, so do not close it before calling cci_next_result. - Fix a bug about life cycle management of pdo_cubrid_stmt: when database connection is closed, all request handle will be closed in CCI too. So the handle in pdo_cubrid_stmt must be set to invalid value. |