Hi,
I'm currently running Zenphoto in windows with a simple wamp server installation. All is Ok, but thumnail generation is a little bit slow... I'm trying to switch to Imagemagick to see if it helps, but I can't. Admin option to activate is disabled because it seems that zenphoto requires Imagick php extension version 3.0.0 or newer.
In fact I think I'm running a newer version, but as I'm in windows, I need windows binary dll extension, which I found here:
Problem: this windows compilation doesn't provide correct version information, so when you ask phpinfo, you get this:
"@PACKAGE_VERSION@"
...insted of actual dll version...
Sooooo: would it be possible to bypass this zenphoto check? I'll try to find the check in all php files inside zp-core... but if anyone knows, it would be great and save me from parsing all that files... :)
Thanks a lot.