Skip to content

Commit dd0a809

Browse files
committed
Fix resource warning value
1 parent 2d53040 commit dd0a809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/oci8/oci8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ int php_oci_column_to_zval(php_oci_out_column *column, zval *value, int mode)
24652465
descriptor = (php_oci_descriptor *) column->descid->ptr;
24662466

24672467
if (!descriptor) {
2468-
php_error_docref(NULL, E_WARNING, "Unable to find LOB descriptor #%d", column->descid);
2468+
php_error_docref(NULL, E_WARNING, "Unable to find LOB descriptor #%d", column->descid->handle);
24692469
return 1;
24702470
}
24712471

0 commit comments

Comments
 (0)