Danack
Danack
> I initiated 2023 a website https://phpext.phptools.online/ to build and distribute AS IS the PHP Extension for Windows. Cool. > I searched the script (or instructions) used to build the...
> not happening every time, but 75% of all runs It is very odd that it passes some of the time. For the record, this doesn't happen on my computer...
Thanks. It _should_ be fixed now in develop, but as it never seemed to be a problem on my machine, I can't guarantee that. I've actually just removed the `#if...
> //Manually compiling imagick, > git clone https://github.com/Imagick/imagick.git For the record, the only releases I support are the releases made through https://pecl.php.net/package/imagick I do occasionally screw up code in this...
I don't get exactly the same result as you. For me, trying to run PHP exits silently with 1 as the exit code. Running it through valgrind, which I normally...
You should try reproducing the error using the command line ImageMagick tools. If the error still occurs you should report it upstream at https://github.com/ImageMagick/ImageMagick6 If you can't reproduce on the...
@Marduksen I should have asked, did either of those bits of info help?
What you're seeing sounds like it is peculiar to your system and the libraries on it, so it's unlikely I'll be able to provide even any insight. If you generate...
Well, libgomp.so.1 looks to be the culprit, so it's the OpenMP that appears to be the problem. Can you find out what version you have on the system where you're...
Hmmm. Maybe do `dpkg -l | grep libgomp` to get the exact version according to https://superuser.com/questions/690306/find-out-library-version But if other versions of PHP are working maybe that's not the cause. Or...