From: Jost B. <jos...@ya...> - 2005-03-28 11:54:22
|
Version 2.0.5 of the PHP/Java Bridge is available. The binary for RedHat Enterprise Linux 3 or 4 or Fedora Linux: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge-2.0.5-1.i386.rpm?download The binary for Windows XP: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.5-win32-php5.zip?download Source for the rest: http://prdownloads.sourceforge.net/php-java-bridge/php-java-bridge_2.0.5.tar.bz2?download The following bugs were fixed: * The JavaBridgeClassLoader now extends from URLClassloader, so that custom code written against URLClassloader works as expected. * A bug in the new 2.0 protocol was fixed which ignored array values when the bridge run in PHP4. See test tests.php5/arrayArray.php4 for details. * A bug in the new 2.0 protocol was fixed which confused empty arrays with "null values". See test tests.php5/showResources.php for details. * The default __tostring and cast <String> was changed. Java objects displayed this way start with "<Class:". This change was necessary for PR1170405. See test tests.php5/printToOutputStream.php for details. New features: * MONO supported (experimental). You can compile JavaBridge.jar into a .NET executable, for example with the command: ikvm.exe JavaBridge.jar and start JavaBridge.exe as usual. The bridge will automatically join the MC group and responds to both .NET and Java queries (i.e. java scripts may be executed by a .NET VM, but not the other way 'round). * Fail over and load balancing supported(experimental). The bridge sends out a multicast to all VM's which have joined the MC group and selects the first VM which has a load <20. ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |