Package Information |
Summary |
This is the official PHP Extension to connect to CUBRID Database. |
Maintainers |
Esen Sagynov (lead)
[details]
|
License |
PHP |
Description |
CUBRID is an open source database management system highly optimized for Web applications (http://www.cubrid.org). The current PHP extension is fully compatibly with the latest stable version of CUBRID Database. To post issues and report bugs, please use CUBRID Official Forum at http://forum.cubrid.org. |
Homepage |
http://www.cubrid.org/php_api_for_cubrid
|
Release notes
Version 8.4.0.0002
(stable)
|
Changed and Enhanced Features:
- Getting the isolation level value when connectiong to CUBRID will causes less performance on PHP application, so remove it.
Fixed bugs:
- Fix a bug in cubrid_next_result: 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 PHP resource T_CUBRID_REQUEST: The CCI request on new database connection may be closed when php garbage collector release the resource T_CUBRID_REQUEST on last database connection. |