ID:               50448
 Updated by:       j...@php.net
 Reported By:      vsanam at 1fbusa dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Dynamic loading
 Operating System: Windows XP Professional 2002
 PHP Version:      5.3.1
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2009-12-11 07:49:41] vsanam at 1fbusa dot com

Description:
------------
I am using the following softwares installed in my application.
1. php-5.3.1-Win32-VC6-x86.ZIP
2. apache_2.2.14-win32-x86-no_ssl.msi
3. jdk1.5.0_13.

I have downloaded the file "JavaBridgeTemplate5541.war" from
"http://sourceforge.net/projects/php-java-bridge/files/Binary%20package/";
site and place the JavaBridge.jar from "JavaBridgeTemplate5541.war" into
"c:/php/ext". The file "php_java.dll" not found in the
"JavaBridgeTemplate5541.war" to place in the "c:/php/ext".

When I tried to restart and run the Apache http Server I unable to see
the "Java" option in the "php configuration options" with the following
syntax: <?php phpinfo(); ?> when run on the browser with the URL
"http://localhost/";.





Reproduce code:
---------------
Configured the file "php.ini" with the following lines:

 extension_dir = "c:/php/ext"

[java]
java.java_home = "C:/Program Files/Java/jdk1.5.0_13"
java.java = "C:/Program Files/Java/jdk1.5.0_13/bin/javaw.exe"
java.class.path = "C:/php/ext/JavaBridge.jar"
java.library.path = "C:/php/ext"
java.log_level=2

Expected result:
----------------
I should see the "Java" option when I run the 
"index.php" file.

"index.php":

<?php 
phpinfo();
?>

Java

Java Enabled: true;
Java Bridge: 5.5.4
Java status : running


Actual result:
--------------
This is the following error I can see in the "error log" file of the
appache http server.

PHP Warning:  PHP Startup: Unable to load dynamic library
'c:/php/ext\\php_java.dll' - The specified module could not be
found.\r\n in Unknown on line 0




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=50448&edit=1

Reply via email to