summaryrefslogtreecommitdiff
path: root/ext/standard/php_metaphone.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-09-13 15:48:32 +0000
committerThies C. Arntzen <thies@php.net>1999-09-13 15:48:32 +0000
commit95303a4bb270d31cef0e83ee7453c143f1bd7566 (patch)
treed022ed991c060007404b7bee6090eec3b6f8179e /ext/standard/php_metaphone.h
parentc2042b1561911c97e4aaad13700157e65b410fac (diff)
downloadphp-git-95303a4bb270d31cef0e83ee7453c143f1bd7566.tar.gz
added Metaphone support
Diffstat (limited to 'ext/standard/php_metaphone.h')
-rw-r--r--ext/standard/php_metaphone.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h
new file mode 100644
index 0000000000..7001e3316e
--- /dev/null
+++ b/ext/standard/php_metaphone.h
@@ -0,0 +1,27 @@
+/*
+ +----------------------------------------------------------------------+
+ | PHP version 4.0 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997, 1998, 1999 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 2.0 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_0.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Thies C. Arntzen <thies@digicol.de> |
+ +----------------------------------------------------------------------+
+ */
+
+/* $Id$ */
+
+#ifndef _php_metaphone_h
+#define _php_metaphone_h
+
+extern zend_module_entry metaphone_module_entry;
+#define phpext_metaphone_ptr &metaphone_module_entry
+
+#endif