Skip to content

Commit d9ac1ca

Browse files
committed
Use ZEND_THROWS() during ZPP in the GD, gettext, GMP, and hash extensions
1 parent 382a038 commit d9ac1ca

File tree

5 files changed

+152
-152
lines changed

5 files changed

+152
-152
lines changed

ext/enchant/enchant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ PHP_FUNCTION(enchant_broker_request_pwl_dict)
527527
int pos;
528528

529529
if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp", &broker, &pwl, &pwllen) == FAILURE) {
530-
RETURN_THROWS()
530+
RETURN_THROWS();
531531
}
532532

533533
if (php_check_open_basedir(pwl)) {

0 commit comments

Comments
 (0)