|
From: <php...@li...> - 2008-11-13 21:23:13
|
Hi,
to fix this problem please add the following line to your Java.inc (or Protocol.inc):
$this->protocol->handler = $this->protocol->socketHandler;
+ $this->protocol->flush(); // don't wait for the next statement
}
This fix will be in PHP/Java Bridge version 5.3.3.
Regards,
Jost Boekemeier
|