From: <php...@li...> - 2006-08-22 16:39:36
|
Hi, I'm installing the php-java bridge on a windows2003 server with apache. I got it running on a dev machine already, and after some initial compatibility problems down to my version of php/apache it seems to be working fine. I have a few simple lines in php.ini and JDK 1.4 and I'm up and running with a java process starting at the same time as apache. extension=php_java.dll ... java.log_level=3 java.classpath="c:/php/ext/JavaBridge.jar;c:/htdocs/mysite/myjar.jar" I got it running on php 5.0.4 and apache 2.0.55 I'd like to use the "latest and greatest" PHP/Apache if at all possible. So my question is - how do I decide what are the latest and greatest versions of php/apache that will work? thanks, andyh |