Home
last modified time | relevance | path

Searched refs:pspell (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/ext/pspell/
H A Dconfig.w323 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no");
7 …if (CHECK_HEADER_ADD_INCLUDE("pspell.h", "CFLAGS_PSPELL", PHP_PHP_BUILD + "\\include\\pspell;" + P…
8 CHECK_LIB("aspell*.lib", "pspell", PHP_PSPELL)) {
9 EXTENSION('pspell', 'pspell.c');
12 WARNING("pspell not enabled; libraries and headers not found");
H A Dconfig.m41 dnl config.m4 for extension pspell
3 PHP_ARG_WITH(pspell,for PSPELL support,
4 [ --with-pspell[=DIR] Include PSPELL support.
8 PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared)
15 if test -f $i/include/pspell/pspell.h; then
17 PSPELL_INCDIR=$i/include/pspell
18 elif test -f $i/include/pspell.h; then
25 AC_MSG_ERROR(Cannot find pspell)
30 PHP_ADD_LIBRARY_WITH_PATH(pspell, $PSPELL_LIBDIR, PSPELL_SHARED_LIBADD)
H A DREADME1 README file for pspell (spellchecker) module for PHP
4 The latest release of pspell is always available from
8 This module was developed and tested with aspell-.31.1 and pspell-.11.0.2,
17 author changed things around a bit, and suggested that people link to pspell
22 Rather, I wrote a new module - pspell.
25 Building pspell on a Unix system
28 In order to use pspell, you need to have *both* aspell and pspell libraries
34 If that location is different, please specify it in --with-pspell=PATH, where
35 PATH is the path you specified for pspell libraries.
40 It is now possible to have personalized dictionaries with pspell. This is
[all …]
H A Dpspell.c51 static PHP_MINIT_FUNCTION(pspell);
52 static PHP_MINFO_FUNCTION(pspell);
96 ZEND_ARG_INFO(0, pspell)
101 ZEND_ARG_INFO(0, pspell)
106 ZEND_ARG_INFO(0, pspell)
112 ZEND_ARG_INFO(0, pspell)
117 ZEND_ARG_INFO(0, pspell)
122 ZEND_ARG_INFO(0, pspell)
126 ZEND_ARG_INFO(0, pspell)
211 ZEND_GET_MODULE(pspell) in ZEND_GET_MODULE() argument
[all …]
/PHP-7.3/ext/pspell/tests/
H A D001.phpt2 pspell basic tests (warning: may fail with pspell/aspell < GNU Aspell 0.50.3)
5 if (!extension_loaded("pspell")) die("skip");
26 $pspell = pspell_new ("en", "", "", "", (PSPELL_FAST|PSPELL_RUN_TOGETHER));
30 if (!pspell_check($pspell, $array[$i])) {
32 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";
H A D004.phpt2 pspell configs
5 if (!extension_loaded('pspell')) die('skip');
H A D002.phpt2 pspell session
5 if (!extension_loaded('pspell')) die('skip');
H A D005.phpt2 pspell configs
5 if (!extension_loaded('pspell')) die('skip');
H A D003.phpt5 if (!extension_loaded('pspell')) die('skip');
/PHP-7.3/travis/
H A Dcompile.sh73 --with-pspell=/usr \
/PHP-7.3/
H A DEXTENSIONS419 EXTENSION: pspell

Completed in 16 milliseconds