|
From: <php...@li...> - 2009-03-06 18:31:47
|
php...@li... wrote: >By the way, I had a similar problem with not being able to load the SOAP >extension. I got it working by copying the php_soap.dll to the >C:\tomcat\webapps\JavaBridge\WEB-INF\cgi >directory and editing the php.ini file in that same (cgi) directory to the >following. As a test, if you do the same thing do you see SOAP enabled, as >well as your ini path set to >"C:\tomcat\webapps\JavaBridge\WEB-INF\cgi\php.ini" in the phpinfo() output? > cheers,-Brad- >;; my C:\tomcat\webapps\JavaBridge\WEB-INF\cgi\php.ini follows >;; >;; -*- mode: Scheme; tab-width:4 -*- >;; A simple php.ini > >;; extension_dir is this "cgi" directory >;;extension_dir=c:/php/ext >extension_dir=. > >;;;;;;;;;;;;;;;;;;;;;; >; Dynamic Extensions ; >;;;;;;;;;;;;;;;;;;;;;; >extension=php_soap.dll > >;; include php libraries from these directories >;; include_path=.:/usr/share/pear > >[soap] >; Enables or disables WSDL caching feature. >soap.wsdl_cache_enabled=1 >; Sets the directory name where SOAP extension will put cache files. >soap.wsdl_cache_dir="/tmp" >; (time to live) Sets the number of second while cached file will be used >; instead of original one. >soap.wsdl_cache_ttl=86400 > >On Fri, Mar 6, 2009 at 2:52 PM, Brad Baker <bba...@gm...> wrote: > >> Could the problem be you are setting the "extensions" directive in the >> php.ini instead of the "extension_dir" directive? >> >> >------------------------------------------------------------------------------ >Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA >-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise >-Strategies to boost innovation and cut costs with open source participation >-Receive a $600 discount off the registration fee with the source code: SFAD >http://p.sf.net/sfu/XcvMzF8H >_______________________________________________ >php-java-bridge-users mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |