Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: PHP-8.4.1
-
Fix Version/s: PHP-8.4.1, PHP-Apricot
-
Component/s: PHPDriver
-
Labels:None
Description
cubrid_affected_rows() has the following definition:
int cubrid_affected_rows ([ resource $result ] )
While mysql_affected_rows():
int mysql_affected_rows ([ resource $link_identifier ] )
Thus, they are incompatible as MySQL requires a connection resource, while CUBRID requires result resource. Is there any specific reason we require result resource instead of connection resource like in MySQL?
Issue Links
- relates to
-
APIS-114
Improve documentation for cubrid_affected_rows()
-

Commit rev: 437