diff --git a/oci8_interface.c b/oci8_interface.c index 2b1117d..3858035 100644 --- a/oci8_interface.c +++ b/oci8_interface.c @@ -1938,7 +1938,8 @@ PHP_FUNCTION(oci_password_change) } RETURN_RES(connection->id); } - WRONG_PARAM_COUNT; + zend_wrong_param_count(); + RETURN_THROWS(); } /* }}} */