[PHP-DEV] php script compilation

2002-09-04 Thread m . musumeci
hi everybody, does anyone know if there is any opensource tool for compiling or bytecoding a php script? i know there is zend compiler but it costs too much. thanks Massimo -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] java in php

2002-08-27 Thread m . musumeci
hello everyone, i just have a problem. i have installed php with --with-java option and everything has gone well. i also have configured php.ini pointing to the libraried. the result is that php works ok, but when i use the Java() class, the PHP simply ingnores it and so java doesn't work. my