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 9.1.0.0001
(stable)
|
Changed and Enhanced Features:
1) APIS-417: Add the support of binding ENUM type data in CUBRID PHP driver. 2) Enable cci_connect_ex(), cci_connect_with_url_ex(), escape_string() APIs for Windows platform. 3) Update the urls infomation in README.
Fixed bugs:
1) APIS-397: fix the NULL type support in PHP driver. 2) APIS-434: fix memory leak when using cubrid_insert_id() in Windows platform. 3) APIS-185: Update the error message when the connection is failed. 4) APIS-459: When querying the column info, return "unknown" instead of error for unknown type. |