ID: 10196
Updated by: vlad
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Pspell related
Assigned To:
Comments:
Suggestions:
First, make sure you remove the old pspell and aspell installation (I see you upgraded
it).
Install the new version, go to pspell-.12/examples, build one of their examples, e.g.
'make example-c', and try to run it as './example-c en', and make sure you can check
words, get suggestions, etc. If it bombs around here, it is aspell/pspell problem.
Otherwise make sure you have a new snapshot (php404pl1 is too old) and tell me what
exactly does not work (does apache segfault, or what?)
No, it shouldn't have anything to xslt extension, at least, not that I know of any
issues. When in doubt, recompile php with pspell support only and test.
Tell me if it worked:)
Vlad
Previous Comments:
---------------------------------------------------------------------------
[2001-04-06 22:54:21] [EMAIL PROTECTED]
I have also downloaded the latest CVS and I get the same problem.
---------------------------------------------------------------------------
[2001-04-06 22:53:43] [EMAIL PROTECTED]
It wouldn't have anything to do with the sablotron xslt extension i also have compiled
in would it? I remember reading a post on the dev list that someone had a problem with
pspell and sablotron and how they wouldn't both work when compiled in together.
here's my configure line if that helps:
./configure --with-apache=../apache_1.3.19 --with-mysql=/usr/local
--with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-gd=/usr/local
--enable-bcmath --enable-trans-sid --disable-pear --disable-posix
--with-iconv=/usr/local --with-expat-dir=/usr/local --with-sablot=/usr/local
--enable-inline-optimization --enable-sablot-errors-descriptive --enable-memory-limit
--disable-short-tags --with-imap --with-zlib=/usr/local --with-pspell=/usr/local
--with-crack=/usr/local
---------------------------------------------------------------------------
[2001-04-06 22:11:11] [EMAIL PROTECTED]
I can't reproduce this with latest CVS. Please try the snapshot and if that doesn't
work, reopen this bug report.
--Jani
---------------------------------------------------------------------------
[2001-04-06 15:38:55] [EMAIL PROTECTED]
Here is a bit of sample code:
$pspell_config = pspell_config_create("en");
$pspell_link = pspell_new_config($pspell_config);
$pspell_link does not return any value it seems.
---------------------------------------------------------------------------
[2001-04-06 14:25:42] [EMAIL PROTECTED]
Would you mind adding some example script (short) which can
be used to reproduce this? As it works for me just fine.
(with latest CVS that is)
Try also the latest snapshot from http://snaps.php.net/
--Jani
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the
comments, please view the bug report online.
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10196&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]