CUBRID

pecl install CUBRID

This is the official PHP Extension to connect to CUBRID Database.

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.

Maintainer

  • Esen Sagynov (lead )

Details

Downloads: 33992
8.4.0.0002
13 years ago
Version 8.4.0.0002 change log


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.

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.0