Details
Description
After added CUBRID_LOB option, cubrid_fetch_row and cubrid_fetch_array can't fetch results. The following is test synopsis:
$row = cubrid_fetch_row($req, CUBRID_LOB); // or cubrid_fetch_array($req, CUBRID_LOB); var_dump($row);
The result will be an empty array!
Commit rev on PHP-8.4.1: 595