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.3.1.0006
13 years ago
Version 8.3.1.0006 change log


- Add support for named placeholder for prepare statement;
- cubrid_lob_size returns lob size as a string, because it can't return 64-bit integer from php extension.

Fixed bugs:

- Fix a bug in cubrid_insert_id: max precision of insert id is 38, so it shouldn't return the value as integer, use string instead;
- Fix a bug about BLOB/CLOB: When inserting LOB data, if the data size is large enough, it will fails. If the LOB data is in a file, and it is too large to be put into memory, you can bind a file path name when binding the LOB data.

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.0