summaryrefslogtreecommitdiff
path: root/ext/enchant/package.xml
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-09 00:31:17 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-09 00:31:17 +0000
commite375ffddb457cd25695c46a720b20f5a8f70ccd7 (patch)
tree855c9e4cf21118a858500c8703699835f7182470 /ext/enchant/package.xml
parentb303ba089ca0255f4ced082e9ca2908d2b3dade4 (diff)
downloadphp-git-e375ffddb457cd25695c46a720b20f5a8f70ccd7.tar.gz
Added enchant_dict_quick_check() function.
Made enchant_dict_check() return a boolean.
Diffstat (limited to 'ext/enchant/package.xml')
-rwxr-xr-xext/enchant/package.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/enchant/package.xml b/ext/enchant/package.xml
index f075f3f9ac..a8170bbeaa 100755
--- a/ext/enchant/package.xml
+++ b/ext/enchant/package.xml
@@ -10,6 +10,12 @@
<email>paj@pearfr.org</email>
<role>lead</role>
</maintainer>
+ <maintainer>
+ <user>iliaa</user>
+ <name>Ilia Alshanetsky</name>
+ <email>ilia@php.net</email>
+ <role>developer</role>
+ </maintainer>
</maintainers>
<description>Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:
@@ -31,6 +37,7 @@ see www.abisource.com/enchant/</description>
<file role="src" name="config.w32"/>
<file role="src" name="enchant.c"/>
<file role="src" name="php_enchant.h"/>
+ <file role="doc" name="CREDITS"/>
<dir name="docs" role="doc">
<dir name="examples">
<file name="example1.php"/>