Page 1 of 1

Compatibility of XAMPP v.1.5.4a with YAZ

PostPosted: 06. November 2006 23:39
by lcurrie
I have successfully installed XAMPP version 1.5.4a but have been unable to add the PHP_YAZ extension to the system. I have noticed that in the extensions section of the php.ini file this particular extension has a comment after it indicating that there may be problems in compiling it. When I try to include a yaz_connect() statement in my php script, I get the error "Call to undefined function yaz_connect()...". It has been suggested that I might need to register the yaz.dll file using regsvr32, but when I do this I get the error message "Yaz.dll was loaded but the DllRegisterServer entry point was not found. The file cannot be registered." Is there a compatibility issue between XAMPP and the YAZ extension?

PostPosted: 07. November 2006 00:03
by Wiedmann
In early XAMPPs this was the solution:
http://community.apachefriends.org/f/viewtopi ... =yaz#71138

But I have not test this with the latest XAMPP.