summaryrefslogtreecommitdiff
path: root/ext/pdf/pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdf/pdf.c')
-rw-r--r--ext/pdf/pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index 03d9dd040e..4497da9cb0 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -365,7 +365,7 @@ PHP_FUNCTION(pdf_open) {
PDF *pdf;
PDF_TLS_VARS;
- if (ARG_COUNT(ht) != 1 || getParametersEx(1, &file) == FAILURE) {
+ if (ARG_COUNT(ht) != 1 || zend_get_parameters_ex(1, &file) == FAILURE) {
WRONG_PARAM_COUNT;
}