Searched refs:enchant (Results 1 – 13 of 13) sorted by relevance
/PHP-5.6/ext/enchant/ |
H A D | config.m4 | 5 PHP_ARG_WITH(enchant,for ENCHANT support, 6 [ --with-enchant[=DIR] Include enchant support. 10 PHP_NEW_EXTENSION(enchant, enchant.c, $ext_shared) 17 if test -f $i/include/enchant/enchant.h; then 19 ENCHANT_INCDIR=$i/include/enchant 20 elif test -f $i/include/enchant.h; then 27 AC_MSG_ERROR(Cannot find enchant) 34 PHP_ADD_LIBRARY_WITH_PATH(enchant, $ENCHANT_LIBDIR, ENCHANT_SHARED_LIBADD) 36 PHP_CHECK_LIBRARY(enchant, enchant_broker_set_param,
|
H A D | config.w32 | 4 ARG_WITH("enchant", "Enchant Support", "no"); 7 …if (CHECK_HEADER_ADD_INCLUDE("enchant.h", "CFLAGS_ENCHANT", PHP_ENCHANT+ ";" + PHP_PHP_BUILD + "\\… 9 CHECK_LIB("libenchant.lib", "enchant", PHP_ENCHANT) ) { 10 EXTENSION("enchant", "enchant.c"); 15 WARNING('Could not find enchant.h; skipping');
|
H A D | php_enchant.h | 39 PHP_MINIT_FUNCTION(enchant); 40 PHP_MSHUTDOWN_FUNCTION(enchant); 41 PHP_MINFO_FUNCTION(enchant);
|
H A D | CREDITS | 1 enchant
|
H A D | enchant.c | 161 PHP_MINIT(enchant), 162 PHP_MSHUTDOWN(enchant), 165 PHP_MINFO(enchant), 174 ZEND_GET_MODULE(enchant) in ZEND_GET_MODULE() argument 287 PHP_MINIT_FUNCTION(enchant) in PHP_MINIT_FUNCTION() argument 299 PHP_MSHUTDOWN_FUNCTION(enchant) in PHP_MSHUTDOWN_FUNCTION() argument 316 PHP_MINFO_FUNCTION(enchant) in PHP_MINFO_FUNCTION() argument
|
/PHP-5.6/ext/enchant/tests/ |
H A D | broker_init.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_free.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_describe.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | dict_quick_check.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | broker_request_dict.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
H A D | bug13181.phpt | 5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
/PHP-5.6/travis/ |
H A D | compile.sh | 59 --with-enchant=/usr \
|
/PHP-5.6/ |
H A D | .gitattributes | 10 ext/enchant/enchant.c ident
|
Completed in 16 milliseconds