diff options
| author | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
| commit | a208d9a966905ab2f551acfc93f119b51efc94c7 (patch) | |
| tree | d5781cdb101153c87b89e22ec876c291e3b970b2 /ext/odbc | |
| parent | a05e8e335d077b8da349d40e8e9523eec554a89e (diff) | |
| download | php-git-a208d9a966905ab2f551acfc93f119b51efc94c7.tar.gz | |
- Nuke php3 legacy
Diffstat (limited to 'ext/odbc')
| -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) |
