diff options
author | Sergey Kartashoff <gluke@php.net> | 2001-02-08 10:14:57 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2001-02-08 10:14:57 +0000 |
commit | e0107c14fc3371634f35d84ce8ede5c44411113e (patch) | |
tree | cf830bcb98ec7d98642c185115dd668621e38d51 | |
parent | 51c535f5104907bbf528bd8e4bf4e8b106741712 (diff) | |
download | php-git-e0107c14fc3371634f35d84ce8ede5c44411113e.tar.gz |
# also Added CREDITS and cvs Template
# added udm_config.h for compatibility with mnoGoSearch-3.1.10pre
-rw-r--r-- | ext/mnogosearch/CREDITS | 2 | ||||
-rw-r--r-- | ext/mnogosearch/php_mnogo.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ext/mnogosearch/CREDITS b/ext/mnogosearch/CREDITS new file mode 100644 index 0000000000..93dada0a4f --- /dev/null +++ b/ext/mnogosearch/CREDITS @@ -0,0 +1,2 @@ +mnoGoSearch +Alex Barkov, Ramil Kalimullin, Sergey Kartashoff diff --git a/ext/mnogosearch/php_mnogo.c b/ext/mnogosearch/php_mnogo.c index 570849dcef..1685a7aa60 100644 --- a/ext/mnogosearch/php_mnogo.c +++ b/ext/mnogosearch/php_mnogo.c @@ -72,6 +72,7 @@ /* True globals, no need for thread safety */ static int le_link,le_res; +#include <udm_config.h> #include <udmsearch.h> function_entry mnogosearch_functions[] = { |