Re: [PHP-WIN] Re: PHP-Java extension problem

2004-08-23 Thread Proteus
test On Mon, 23 Aug 2004 08:09:08 +0100, George Pitcher <[EMAIL PROTECTED]> wrote: > > > Unknown(): Unable to load dynamic library > > 'C:\PHP\extensions\php_java.dll' - > > > Access is denied. > > > > Just another possibility: Several people have had luck moving the > > library to > > your system

Re: [PHP-WIN] Re: PHP-Java extension problem

2004-08-23 Thread aRZed
George Pitcher wrote: [snip] Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' - Access is denied. [/snip] maybe the webserver has not enough rights to load the extension. try just giving everyone full access to this file, and then restart the webserver. if it still doesn't

RE: [PHP-WIN] Re: PHP-Java extension problem

2004-08-23 Thread George Pitcher
> [snip] > > Unknown(): Unable to load dynamic library > 'C:\PHP\extensions\php_java.dll' - > > Access is denied. > [/snip] > > maybe the webserver has not enough rights to load the extension. try > just giving everyone full access to this file, and then restart the > webserver. if it still doesn't

RE: [PHP-WIN] Re: PHP-Java extension problem

2004-08-23 Thread George Pitcher
> > Unknown(): Unable to load dynamic library > 'C:\PHP\extensions\php_java.dll' - > > Access is denied. > > Just another possibility: Several people have had luck moving the > library to > your system folder. Alas, not me. Still no joy. George -- PHP Windows Mailing List (http://www.php.ne

[PHP-WIN] Re: PHP-Java extension problem

2004-08-22 Thread Jason Barnett
Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' - Access is denied. Just another possibility: Several people have had luck moving the library to your system folder. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP-Java extension problem

2004-08-22 Thread aRZed
[snip] Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_java.dll' - Access is denied. [/snip] maybe the webserver has not enough rights to load the extension. try just giving everyone full access to this file, and then restart the webserver. if it still doesn't work, i was wrong.