You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method fetchInfo (line 379 of oci8.php) doesn't work because it's calling oci_fetch_array with wrong parameters (is using the same parameters for the deprecated function OciFetchInto)
The text was updated successfully, but these errors were encountered:
@jotazuz I will release the bugfix soon. Thank you for your hint.
Otherwise i think i found another bug in the connection function at the DSN.
Can you tell me, how do you call the connect function?
Do you connect via an dsn-string or via the connection ds paramter-array, like $dsn['phptype'] = "oci8"; $dsn['hostspec'] = "localhost"; $dsn['database'] = "XEPDB1"; $dsn['port'] = 1521; $dsn['username'] = "SYSTEM"; $dsn['password'] = "MySystemPassword";
?
* fix fetch args
* fix fetch args #34
"Argument #1 ($value) must be of type Countable|array, bool given" at the end of the query
---------
Co-authored-by: Schengawegga <[email protected]>
method fetchInfo (line 379 of oci8.php) doesn't work because it's calling oci_fetch_array with wrong parameters (is using the same parameters for the deprecated function OciFetchInto)
The text was updated successfully, but these errors were encountered: