From: <php...@li...> - 2007-03-21 12:24:35
|
Hi, > Security issues and performance. The platform > doesn't allow for "external" includes to run. Why don't you store the Java.inc into the pear folder? > Besides, the performance hit of the pure php When a php opcode cache is used, the pure php implementation is only two times slower than the C implementation. I don't think this is a problem. The most expensive part are network round-trips anyway, which can be avoided by encapsulating the PHP code with java_begin_document()/java_end_document(). > what i did... From my research on the net, there are > loads of "gray" > areas unanswered, regarding compiling stuff in > windows... No surprise. Zend wants to sell their products. :) Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |