php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32598 pspell, custom dictionary isn't being passed as mod_php, fine on CLI
Submitted: 2005-04-05 23:48 UTC Modified: 2005-04-14 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: drew at iws dot co dot nz Assigned:
Status: No Feedback Package: Pspell related
PHP Version: 4.3.11 OS: Debian Woody
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: drew at iws dot co dot nz
New email:
PHP Version: OS:

 

 [2005-04-05 23:48 UTC] drew at iws dot co dot nz
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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-07 00:28 UTC] sniper@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2005-04-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC