diff options
Diffstat (limited to 'ext/pdo_oci/pdo_oci.c')
-rwxr-xr-x | ext/pdo_oci/pdo_oci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c index d5d0df5f0b..dfb23d50be 100755 --- a/ext/pdo_oci/pdo_oci.c +++ b/ext/pdo_oci/pdo_oci.c @@ -31,7 +31,7 @@ #include "php_pdo_oci_int.h" /* {{{ pdo_oci_functions[] */ -function_entry pdo_oci_functions[] = { +zend_function_entry pdo_oci_functions[] = { {NULL, NULL, NULL} }; /* }}} */ |