Merge branch 'PHP-7.2' into PHP-7.3

This commit is contained in:
Christopher Jones 2018-09-24 17:07:06 +10:00
commit 3413e7d1d8

View File

@ -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 */