A preview of version 1.0.7 is available:
The binary for RedHat:
http://php-java-bridge.sf.net/php-java-bridge_pre-1.0.7-1.i386.rpm
Source for the rest:
http://php-java-bridge.sf.net/php-java-bridge_pre_1.0.7.tar.bz2
The following bugs were fixed:
* The bridge now generates a proper "class not found"
exception instead of a null pointer exception when the
user path is null.
The following features were added:
PHP 5 support:
* try/catch
* __toString
* object casting
* instead of copying entire hashtables or arrays,
which was necessary in PHP 4, the code now uses the
PHP 5 iterator/array interface. Your code will work
as before except that you won't get out of memory
conditions when the array's or hashtables are large.
It is now possible to iterate over everything that
implements Collection or Map, not only hash or arrays.
Your code will run much faster, too.
* java_instanceof
* java_class: Reference a java class without creating
an instance.
* java_exception
* When the server part receives a SIGTERM or SIGPWR it
will terminate gracefully, i.e. it will not accept new
requests and will terminate when the current
transactions complete. However, when the second
SIGPWR arrives, it will terminate immediately,
aborting all running transactions.
Jost
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|