diff options
Diffstat (limited to 'ext/informix/ifx.ec')
| -rw-r--r-- | ext/informix/ifx.ec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 8b988c818e..0473301c1c 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -140,7 +140,7 @@ typedef char IFX[128]; } \ } while (0) -function_entry ifx_functions[] = { +zend_function_entry ifx_functions[] = { PHP_FE(ifx_connect, NULL) PHP_FE(ifx_pconnect, NULL) PHP_FE(ifx_close, NULL) |
