Re: [PHP] Re: php java intregration

2006-06-08 Thread Vedanta Barooah
hi, i have not tried it in linux, but the stuff worked for me in windows, here are my notes: * PHP 5.1.4 * PECL 5.1.4 (use php_java.dll and php_java.jar from the zip file, this is an extra download) here is my php.ini ; configuration to enable php_java.dll [Java] extension=php_java.dll

Re: [PHP] Re: php java intregration

2006-06-03 Thread Vedanta Barooah
So i tried to install the java support using the info available at php.net/java but things here are still upset: here is my configure: './configure' '--with-apxs2=/home/vedanta/srv/httpd2/bin/apxs' '--with-config-file-path=/home/vedanta/srv/php5' '--prefix=/home/vedanta/srv/php5'

[PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
really no one? On 6/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, i am setting up php_java.dll extension under windows/iis, my php version is 5.1.2. can any one point me to the download location of php_java.jar which is needed for the setup. i searched all the sites/mirrors but its

Re: [PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
it was not about windows! :) it was about php getting into IIS instead of than .net or java - vedanta On 6/3/06, tedd [EMAIL PROTECTED] wrote: really no one? On 6/2/06, Vedanta Barooah [EMAIL PROTECTED] wrote: hello all, i am setting up php_java.dll extension under windows/iis, my php

Re: [PHP] Re: php java intregration

2006-06-02 Thread Vedanta Barooah
if i am not wrong the bridge is better if you are trying to put in php into a java app server. i do know to create the jar in linux i will try some other combinations and keep things posted. i am not able to find the jar, anywhere yet though :( - vedanta On 6/3/06, Jon Anderson [EMAIL