CUBRID APIs

[PHP]There is no need to pass "cci:" in url parameter for cubrid_connect_with_url

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: PHP-8.4.0
  • Fix Version/s: PHP-8.4.1
  • Component/s: PHPDriver
  • Labels:
    None
  • Environment:

    8.3.0 8.3.1 8.4.0

Description

cubrid_connect_with_url tries to connect a database by using connection information passed with an url string argument.
Now the parameter "url" is same with cci_connect_with_url, but there is no need for php user pass "cci:" in the "url" parameter.
Considering the compatibility, the approach now is reserved, and support the way without "cci:", that is, the "url" will become "CUBRID:<host>:<db_name>:<db_user>:......."

Activity

Hide
张慧 added a comment - 16/Nov/11 8:37 PM

commit rev: 296

Show
张慧 added a comment - 16/Nov/11 8:37 PM commit rev: 296
Hide
张慧 added a comment - 17/Nov/11 3:56 AM

We have fixed this issue on PHP-8.4.1

Show
张慧 added a comment - 17/Nov/11 3:56 AM We have fixed this issue on PHP-8.4.1

People

Vote (0)
Watch (0)

Dates

  • Created:
    09/Nov/11 10:33 PM
    Updated:
    19/Nov/11 6:22 AM
    Resolved:
    17/Nov/11 3:56 AM