From: <php...@li...> - 2012-11-23 12:55:24
|
Hello. I've read all related topics, i tried everything but and push bridge to load PHP extensions. My dirs tree loos like this: | index.php | index2.php | ----java | Java.inc | JavaProxy.php | ----WEB-INF | web.xml | weblogic.xml | ----cgi | ----x86-windows | | launcher.exe | | php-cgi.exe | | php.ini | | php5.dll | | | ----conf.d | | mysql.ini | | | ----ext | php_mysql.dll | ----lib | JavaBridge.jar | php-script.jar | php-servlet.jar | ----pear and mysql.ini file looks like this: ;; -*- mode: Scheme; tab-width:4 -*- ;; Example extension.ini file: mysql.ini. ;; Copy the correct version (see phpinfo()) of the PHP extension "php_mysql.dll" to the .\..\ext directory and uncomment the following line extension = php_mysql.dll What should i check or do to make it works? I'm using Tomcat 7. Thanks in advance. |