From: <php...@li...> - 2010-06-16 13:55:11
|
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 |