Home
last modified time | relevance | path

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

/PHP-5.5/ext/pspell/
H A Dconfig.w324 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no");
8 …if (CHECK_HEADER_ADD_INCLUDE("pspell.h", "CFLAGS_PSPELL", PHP_PHP_BUILD + "\\include\\pspell;" + P…
9 CHECK_LIB("aspell*.lib", "pspell", PHP_PSPELL)) {
10 EXTENSION('pspell', 'pspell.c');
13 WARNING("pspell not enabled; libraries and headers not found");
H A Dconfig.m45 PHP_ARG_WITH(pspell,for PSPELL support,
6 [ --with-pspell[=DIR] Include PSPELL support.
10 PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared)
17 if test -f $i/include/pspell/pspell.h; then
19 PSPELL_INCDIR=$i/include/pspell
20 elif test -f $i/include/pspell.h; then
27 AC_MSG_ERROR(Cannot find pspell)
32 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.dsp1 # Microsoft Developer Studio Project File - Name="pspell" - Package Owner=<4>
7 CFG=pspell - Win32 Debug_TS
11 !MESSAGE NMAKE /f "pspell.mak".
16 !MESSAGE NMAKE /f "pspell.mak" CFG="pspell - Win32 Debug_TS"
20 !MESSAGE "pspell - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "pspell - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "pspell - Win32 Debug_TS"
59 !ELSEIF "$(CFG)" == "pspell - Win32 Release_TS"
89 # Name "pspell - Win32 Debug_TS"
90 # Name "pspell - Win32 Release_TS"
[all …]
H A Dpspell.c53 static PHP_MINIT_FUNCTION(pspell);
54 static PHP_MINFO_FUNCTION(pspell);
98 ZEND_ARG_INFO(0, pspell)
103 ZEND_ARG_INFO(0, pspell)
108 ZEND_ARG_INFO(0, pspell)
114 ZEND_ARG_INFO(0, pspell)
119 ZEND_ARG_INFO(0, pspell)
124 ZEND_ARG_INFO(0, pspell)
128 ZEND_ARG_INFO(0, pspell)
213 ZEND_GET_MODULE(pspell) in ZEND_GET_MODULE() argument
[all …]
/PHP-5.5/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-5.5/
H A D.gitignore215 ext/pspell/tests/*.tmp
H A DEXTENSIONS480 EXTENSION: pspell
H A DNEWS9379 - Fixed bug #34456 (Possible crash inside pspell extension). (Ilia)

Completed in 75 milliseconds