CUBRID PHP Library release notes


2008 R3.0 Release

This release is a major release. All codes has been reviewed, and totally rewritten with latest Zend Engine 2 API, so it
can't work with PHP 4 now. New functions and features are added in this version, and some bugs has been fixed.

Functionality added:

The following functions have been added, and documents of all functions have been updated.
Fetch related functions Field related functions DB information related functions Result related functions
cubrid_fetch_assoc
cubrid_fetch_field
cubrid_fetch_lengths
cubrid_fetch_object
cubrid_fetch_row
cubrid_field_flags
cubrid_field_len
cubrid_field_name
cubrid_field_seek
cubrid_field_table
cubrid_field_type
cubrid_num_fields
cubrid_get_client_info
cubrid_get_server_info
cubrid_get_charset
cubrid_get_db_parameter
cubrid_list_dbs
cubrid_data_seek
cubrid_result
cubrid_free_result

Connect related functions Other functions
cubrid_connect_with_url cubrid_insert_id
cubrid_unbuffered_query
cubrid_real_escape_string

Changed and Enhanced Features:

1.) Add two schema type integer constants: 

    CUBRID_SCH_DIRECT_SUPER_CLASS
    CUBRID_SCH_PRIMARY_KEY

    Both of them are used for cubrid_schema.
2.) cubrid_bind support more data types: 

    The following data types are supported by cubrid_bind: CHAR, VARNCHAR, BIGINT, MONETARY, VARBIT, DATETIME.

Fixed bugs:

1.) cubrid_get: 

    If parameter attr is given and its type is string, and the function returns successfully, then there will be memory leak.