diff options
Diffstat (limited to 'ext/odbc/birdstep.c')
-rw-r--r-- | ext/odbc/birdstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index 5c4c5ffd6a..fe5ebb263d 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -48,7 +48,7 @@ #include "php_birdstep.h" #include "ext/standard/info.h" -function_entry birdstep_functions[] = { +zend_function_entry birdstep_functions[] = { PHP_FE(birdstep_connect, NULL) PHP_FE(birdstep_close, NULL) PHP_FE(birdstep_exec, NULL) |