> Old documentation states that the "java.so" C implementation was 10
> times faster than the "pure PHP" implementation of the PHP/Java
> Bridge.
As of PHP 5.1.4 this is no longer the case.
> Besides the fact that the pure PHP implementation is much easier to
> setup, is there a reason why the C implementation was deprecated,
The bottleneck are the java reflection calls, which is common to all JSR 223 script engines.
PHP 4 is no longer supported, so we were able to remove the old C bindings.
Regards,
Jost Boekemeier
__________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever
|