Open enumag opened 3 years ago
We have to alter upstream generation scripts to adjust for our use, with the new versions and migration from travis to gh actions it was too painful to maintain and it's been ages since debug images were actually used and we didn't build debug versions of wodby/php to shorten queue time on travis. I don't know any alternatives but since we've migrated to gh actions ourselves and the build queue time is no longer the issue, we might return -debug
versions sometimes in the future
Asking about https://github.com/wodby/base-php.
From time to time I was using the images with
--enable-debug
to debug segmentation faults in PHP. Helped me several times in the past so I'm grateful for your work on those. Now it seems a new segfault appeared in PHP 7.4.13 but I can no longer use the same method since there are no debug images from you.Why did you decide to archive that repo? Do you know of any alternative images compiled with
--enable-debug
?