Reputation: 352
I have downloaded and installed Zorba 3.0 on my PC/Windows 7. I've already had Apache/2.4.7 and PHP/5.5.9 up and running. I also have the following in my php.ini for Zorba:
include_path = ".c:\php\includes"
extension_dir = "C:\PHP\ext"
extension=zorba_api_php.dll
The zorba_api_php.dll is from C:\Program Files (x86)\Zorba XQuery Processor 3.0.0\share\php and I copy it to c:\PHP\ext folder.
When I restarted my Apache server I got the following error in the log:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\zorba_api_php.dll' - The specified module could not be found.\r\n in Unknown on line 0
I had checked my Zorba installation by running zorba.exe from DOS prompt:
C:>zorba -q 2+1
</code -->
3
It is working fine.
Thanks,
Upvotes: 1
Views: 159