From: <php...@li...> - 2006-10-16 23:34:45
|
Figured out the disconnect and why it wasn't "working" for me... Turns out that it seems I had the configuration correct at one point, the browser reporting back the message re: PECL required, along with your note about PECL "If you want to embed java statements into your php pages, you must install the PECL extension from sourceforge." turned out to be the final clue for me and in hindsight was actually working at that time. I had assumed, based on the browser output of the phpinfo()-like information, that the test.php file contained only one line and that line had phpinfo() on it. A bad assumption in hindsight. I opened the test.php file and saw calls to java includes and then made up a .php file that had the phpinfo() function as the only line in the file. Viola, I had 4.4.4, and even 4.4.2 when I pointed the bridge to use my old version of php. So the disconnect was that the test.php file didn't run off the bat, yet php support was enabled. Next step is to enable support for 4.4.x so that I can call java servlets and capture return values in my php pages >>If you want to embed java statements into your php pages, you must >>install the PECL extension from sourceforge. Couldn't find a PECL extension on sourceforge - do you have a URL/instructions? I use PEAR but am not familiar with PECL |