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.3.1.0005
(stable)
|
- Use long long to store lob size. The data type of BLOB/CLOB size is long long, but it can't return long long from PHP extension function. After tring serveral methods, I find that cubrid_lob_size should return a string just as PDO does. I will fix this problem in CUBRID PHP R4.0 release.
- Fix a bug which may casue memory leak: After calling array_init(return_value), if error occures, it should destroy the array before returning false; - Fix a bug in cubrid_bind: When the value of binding parameter is NULL, it will covert the value to empty string; - Fix a bug in cubrid_real_escape string: When escaping single quote in string, it should use double single quotes, not backslash. |