mirror of
https://github.com/php/php-src.git
synced 2026-04-11 18:13:00 +02:00
fix compile
This commit is contained in:
@@ -4299,7 +4299,8 @@ PHP_FUNCTION(ocifreecoll)
|
||||
int inx;
|
||||
oci_collection *coll;
|
||||
oci_connection *connection;
|
||||
|
||||
OCILS_FETCH();
|
||||
|
||||
if ((id = getThis()) != 0) {
|
||||
inx = _oci_get_ocicoll(id,&coll);
|
||||
if (inx) {
|
||||
|
||||
Reference in New Issue
Block a user