Nigel Alderton
Nigel Alderton

Reputation: 2376

Zorba PHP extension causes PHP to crash

I'm using a tutorial to try out the Zorba XQuery processor on my Windows 7 system, but when I add this line to my php.ini;

extension = zorba_api.dll

and try to start PHP, it throws this error;

enter image description here

I copied zorba_api.dll from C:\Program Files\Zorba XQuery Processor 2.7.0\share\php to the C:\Program Files\PHP\ext folder. Do I need to copy any more files?

Upvotes: 0

Views: 132

Answers (1)

wcandillon
wcandillon

Reputation: 2176

This error might mean that the zorba extension has been compiler with a different visual studio version than the one that compiled PHP. Would it be possible to have pecl.net to compile the zorba extension?

Upvotes: 0

Related Questions