[PHP] PSPELL couldn't open the dictionary.

2005-03-11 Thread Brent Macnaughton
Has anyone successfully lused the PHP pspell functions with this version of aspell ? # aspell -v @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.2) I am able to use aspell fromt he command line, but PHP gives me the following error when I try to use pspell_new() to load a

[PHP] Passing an object to functions

2004-11-02 Thread Brent Macnaughton
Version: PHP 4.3.9 I have a database connection class. I create an instance of this class, then pass it to a function. Within that function, I can use that object passed to the function. Within this function, I then call another function, and want to pass the object to the second function. This

[PHP] SSL Timeout Issue with fopen, fsockopen, file_get_contents, etc

2010-08-18 Thread Brent Macnaughton
I am really in need of some help here! Whenever I try to use fopen, fsockopen, file_get_contents, etc in php to open an https/ssl; resource, i get the following errors: Warning: file_get_contents(): SSL: connection timeout Warning: file_get_contents(): Failed to enable crypto Here is some