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.0.0.0001
(stable)
|
Fixed bugs:
1) APIS-285: Modify cubrid_real_escape_string function 2) APIS-338: When execute the sql statement containing "prepare", the error info is not right. 3) APIS-293: fix the bug of the default PUBLIC user when there is only one argument in cubrid_connect_with_url() 4) APIS-353: cubrid_schema dosen't support to query all triggers with CUBRID_SCH_TRIGGER type. Fixed the PHP driver part. 5) NOISSUE: not use two connect_ex and new excape_string functions in Windows platform, because the cascci.lib doesn't export these functions. |