From 02a046b1d905b94b4bce5aa6a09014f5e33545e9 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 8 Oct 2009 20:28:21 +0000 Subject: - [DOC] add enchant_broket_set_dict_path and enchant_broker_get_dict_path - add constants ENCHANT_MYSPELL and ENCHANT_ISPELL --- ext/enchant/php_enchant.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/enchant/php_enchant.h') diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h index 64c30d8849..a6d5a7beca 100644 --- a/ext/enchant/php_enchant.h +++ b/ext/enchant/php_enchant.h @@ -24,7 +24,7 @@ extern zend_module_entry enchant_module_entry; #define phpext_enchant_ptr &enchant_module_entry -#define PHP_ENCHANT_VERSION "1.0.2-dev" +#define PHP_ENCHANT_VERSION "1.1.0" #ifdef PHP_WIN32 #define PHP_ENCHANT_API __declspec(dllexport) @@ -46,6 +46,8 @@ PHP_MINFO_FUNCTION(enchant); PHP_FUNCTION(enchant_broker_init); PHP_FUNCTION(enchant_broker_free); PHP_FUNCTION(enchant_broker_get_error); +PHP_FUNCTION(enchant_broker_set_dict_path); +PHP_FUNCTION(enchant_broker_get_dict_path); PHP_FUNCTION(enchant_broker_list_dicts); PHP_FUNCTION(enchant_broker_request_dict); PHP_FUNCTION(enchant_broker_request_pwl_dict); -- cgit v1.2.1