From:             drew at iws dot co dot nz
Operating system: Debian Woody
PHP version:      4.3.11
PHP Bug Type:     Pspell related
Bug description:  pspell, custom dictionary isn't being passed as mod_php, fine 
on CLI

Description:
------------
pspell is not passing the custom dictionary or it is being munched up and
gobbled through the API call.

I have tested it via a script with CLI php, which works fine , but via
apahce it disregards the custom dictionary variable

YES, I have checked permissions, but the filename for the custom
dictionary isn't being passed, so permissions aren't even the issue in
this case.


Reproduce code:
---------------
http://webhost2.inspire.net.nz/~drew/testpspell.phps

Expected result:
----------------
I expected the custom dictionary to be created and filled with custom
entries.



Actual result:
--------------
Errors in error_log:
-----------------------------------------
[Wed Apr  6 09:35:36 2005] [notice] child pid 3051 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:35:44 2005] [notice] child pid 3031 exit signal
Segmentation fault (11)
[Wed Apr  6 09:36:21 2005] [notice] child pid 2987 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:36:26 2005] [notice] child pid 30088 exit signal
Segmentation fault (11)
[Wed Apr  6 09:37:01 2005] [notice] child pid 3083 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:37:05 2005] [notice] child pid 3082 exit signal
Segmentation fault (11)
[Wed Apr  6 09:40:10 2005] [notice] child pid 30115 exit signal
Segmentation fault (11)
Can't create
Can't create
[Wed Apr  6 09:40:14 2005] [notice] child pid 3078 exit signal
Segmentation fault (11)
-----------------------------------------


Error should be:
Can't create /home/drew/dictionary/custom



-- 
Edit bug report at http://bugs.php.net/?id=32598&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32598&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32598&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32598&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32598&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32598&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32598&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32598&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32598&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32598&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32598&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32598&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32598&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32598&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32598&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32598&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32598&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32598&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32598&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32598&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32598&r=mysqlcfg

Reply via email to