diff options
| author | Sergey Kartashoff <gluke@php.net> | 2002-06-06 05:45:46 +0000 |
|---|---|---|
| committer | Sergey Kartashoff <gluke@php.net> | 2002-06-06 05:45:46 +0000 |
| commit | 8fe1b8e9d81502c0ce24e379059eb3528060566b (patch) | |
| tree | 71e4c569fd17d1c8aa114ab33678ed0baab08d98 /ext/mnogosearch/php_mnogo.h | |
| parent | 82bc088c5755cb07e2ae0c2f5428e4dba52b234c (diff) | |
| download | php-git-8fe1b8e9d81502c0ce24e379059eb3528060566b.tar.gz | |
# More mnogosearch updates
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
| -rw-r--r-- | ext/mnogosearch/php_mnogo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index 3a0d199de9..ab91a520a9 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -57,18 +57,18 @@ DLEXPORT PHP_MINFO_FUNCTION(mnogosearch); DLEXPORT PHP_FUNCTION(udm_api_version); #if UDM_VERSION_ID >= 30200 DLEXPORT PHP_FUNCTION(udm_check_charset); -#endif - -#if UDM_VERSION_ID >= 30203 -DLEXPORT PHP_FUNCTION(udm_crc32); +#if UDM_VERSION_ID == 30203 DLEXPORT PHP_FUNCTION(udm_open_stored); DLEXPORT PHP_FUNCTION(udm_check_stored); DLEXPORT PHP_FUNCTION(udm_close_stored); #endif - +#if UDM_VERSION_ID >= 30203 +DLEXPORT PHP_FUNCTION(udm_crc32); +#endif #if UDM_VERSION_ID >= 30204 DLEXPORT PHP_FUNCTION(udm_parse_query_string); #endif +#endif DLEXPORT PHP_FUNCTION(udm_alloc_agent); DLEXPORT PHP_FUNCTION(udm_set_agent_param); |
