|
From: <php...@li...> - 2010-06-16 14:37:22
|
Hi,
I am actually using java-bridge 6.1.2.1
Following your advice I have found that setting JAVA_PIPE_DIR to null
fixes the problem. Previously I had this set to a directory within the
open_basedir path.
Thanks for your help.
Joe
On 16/06/10 14:31, php...@li... wrote:
> Hi,
>
> which version of the PHP/Java Bridge do you use?
>
> As of version 6 the bridge doesn't use named pipes anymore; the code
> is gone. In PHP/Java Bridge version 5 you can switch off named pipes
> by define("JAVA_PIPE_DIR", null).
>
>
>
>> However, having done so I now find that files in /tmp are being
>> accessed, such as: "/tmp/.php_java_bridgejNmYsU.i".
>>
> Unlikely. If JAVA_PIPE_DIR is null, the path would be
> "null/.php_java_bridgejNmYsU.i"
>
>
>
>> I can't see where this location is being set. Does anyone have any ideas?
>>
> Neither do I. Why don't you switch to version 6.1.2.1. t has some
> issues, mostly regressions for features introduced in 5.x. But overall
> it is running fine.
>
>
> Regards,
> Jost Boekemeier
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
|