Just wondering if it is possible to make this function available without having to re-compile PHP? The library that uses the socket function is Net_Gearman asked 14 Apr '11, 00:47 Jeffrey04 |
Hi, I see no other way then that unless you ca update the extension to use fsockopen and other related functions to do the work. http://php.net/manual/en/function.fsockopen.php Hope that helps! answered 14 Apr '11, 01:07 neeravk I'm trying to build my PHP right now, should I use the script ( https://wiki.webfaction.com/attachment/wiki/MiscellaneousFiles/build_php_worker_531.sh ) or just build it directly using the tarball from php.net as I don't need apache?
(14 Apr '11, 01:17)
Jeffrey04
You can just use the tarball witht he appropriate prefix while configuring. Hope that helps!
(14 Apr '11, 01:20)
neeravk
thanks for the help
(14 Apr '11, 01:23)
Jeffrey04
|