diff options
author | Sergey Kartashoff <gluke@php.net> | 2002-06-05 10:11:04 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2002-06-05 10:11:04 +0000 |
commit | 1e3b1d16c1443591770f9a6afd0fab6f56536966 (patch) | |
tree | 50a30cb6130e7be1d373ce3f05956a11d2e1d901 /ext/mnogosearch/php_mnogo.h | |
parent | 1db85d6651f87a034fc2f9b651b4adbcaa983846 (diff) | |
download | php-git-1e3b1d16c1443591770f9a6afd0fab6f56536966.tar.gz |
MnoGoSearch extension fixes to compile under latest
mnogosearch 3.2.4 and 3.2.5. Still does not compile with them,
but the work still in progress...
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
-rw-r--r-- | ext/mnogosearch/php_mnogo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index dc82573ed8..3a0d199de9 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -66,6 +66,10 @@ DLEXPORT PHP_FUNCTION(udm_check_stored); DLEXPORT PHP_FUNCTION(udm_close_stored); #endif +#if UDM_VERSION_ID >= 30204 +DLEXPORT PHP_FUNCTION(udm_parse_query_string); +#endif + DLEXPORT PHP_FUNCTION(udm_alloc_agent); DLEXPORT PHP_FUNCTION(udm_set_agent_param); |