summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/pdo_oci.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/pdo_oci.c')
-rwxr-xr-xext/pdo_oci/pdo_oci.c2
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}
};
/* }}} */