diff options
author | Sergey Kartashoff <gluke@php.net> | 2001-01-31 14:04:30 +0000 |
---|---|---|
committer | Sergey Kartashoff <gluke@php.net> | 2001-01-31 14:04:30 +0000 |
commit | 7413c65e31dbda3012a18ac1356d84d6d6f6bf43 (patch) | |
tree | 70d739aeea5f9bfea20e659f97a5b341f6eda04f /ext/mnogosearch/php_mnogo.h | |
parent | b3fd49365aa5032caaf5e5a4ad278298b78d4a15 (diff) | |
download | php-git-7413c65e31dbda3012a18ac1356d84d6d6f6bf43.tar.gz |
Added search cache and track query features.
@-Added search cache and track query features.
# For example please refer at ext/mnogosearch/test.php
Diffstat (limited to 'ext/mnogosearch/php_mnogo.h')
-rw-r--r-- | ext/mnogosearch/php_mnogo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mnogosearch/php_mnogo.h b/ext/mnogosearch/php_mnogo.h index f1638db884..6def9dce20 100644 --- a/ext/mnogosearch/php_mnogo.h +++ b/ext/mnogosearch/php_mnogo.h @@ -1,3 +1,6 @@ +/* $Source$ */ +/* $Id$ */ + /* +----------------------------------------------------------------------+ | PHP HTML Embedded Scripting Language Version 3.0 | @@ -30,9 +33,6 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_mnogo.h,v 0.3 2001/01/27 15:30:00 */ - - #ifndef _PHP_MNOGO_H #define _PHP_MNOGO_H |