Browse Source

Backport master branch comment typo fix

pull/3560/head
Christopher Jones 8 years ago
parent
commit
57eb25b393
  1. 2
      ext/oci8/oci8_failover.c

2
ext/oci8/oci8_failover.c

@ -71,7 +71,7 @@ sb4 callback_fn(void *svchp, void *envhp, void *fo_ctx, ub4 fo_type, ub4 fo_even
returnValue = (sb4) Z_LVAL(retval);
}
/* Setting params[0] to null so ressource isn't destroyed on zval_dtor */
/* Setting params[0] to null so resource isn't destroyed on zval_dtor */
ZVAL_NULL(&params[0]);
/* Cleanup */

Loading…
Cancel
Save