1
0
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:
Sterling Hughes
2001-05-30 17:43:32 +00:00
parent 093a807c11
commit c9ce7fcfc3

View File

@@ -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) {