Hi,
> a windows
> box and wanted to put it in a different location than C:\PHP5 but I was
> unable to.
The c:\php5 folder is hard-coded in the php.exe (php-cgi.exe). However,
you can load the dll from any location within c:
extension = ..\windows\php_java.dll
[java]
I am not a windows expert, but I dont think it is possible to load the
dll from another drive, at least not without re-compiling the exe or
without changing it with a hex editor.
Regards,
Jost Boekemeier
|