528e1a66 | 19-Mar-2021 |
Niels |
rename imagemagic to imagemagick |
3e7f2145 | 11-Jan-2021 |
Niels |
run tests on correct php version |
ad3b9261 | 18-Dec-2020 |
Niels |
run tests with php8 |
372729cf | 16-Dec-2020 |
Niels |
migrate travis config file to github actions |
522b27ee | 09-May-2021 |
Danack |
Tweak developing container to include curl + mbstring. |
448c1cd0 | 03-Jan-2021 |
Shivam Mathur |
Add /opt/homebrew search prefix in imagemagick.m4 Homebrew on new arm machines uses /opt/homebrew as prefix. So ImageMagick binaries are installed in /opt/homebrew/bin |
132a11fd | 10-Dec-2020 |
Danack |
Added notes of how to install extension. Thanks for the contribution Danack! "OpenSource lives from contribution!" Now we just need to figure out how to acquire food and shelter! |
3194991e | 10-Dec-2020 |
Danack |
Added PHP 8 testing box. |
c5b8086b | 25-Nov-2020 |
Danack |
Added container to make it easier for people to test Imagick with their code. |
76564971 | 28-Sep-2020 |
Remi Collet |
simplify |
5eab7c0e | 04-Sep-2020 |
Remi Collet |
SPL is always there |
a5eead8a | 28-Sep-2020 |
Remi Collet |
simpler warning to avoid DivisionByZeroError exception in 8 |
06116aa2 | 25-Aug-2020 |
Danack |
Fix trailing comma. |
25aae3b4 | 25-Aug-2020 |
Danack |
Fix trailing comma. |
25f49c5d | 25-Aug-2020 |
Danack |
-Wno-error=unused-parameter to allow compilation due to IM error. |
fef4f84f | 25-Aug-2020 |
Danack |
Move CFLAG config to php. |
aa88d008 | 25-Aug-2020 |
Danack |
Fix undefined long in 5.4 |
cd482d5e | 24-Aug-2020 |
Danack |
Fix segfault in progress callback. |
77c49f3d | 23-Aug-2020 |
Danack |
Improve debug info of output for failing test. |
9b465f48 | 19-Aug-2020 |
Danack |
Not setting a font can fail depending on what fonts are available. |
e7806c91 | 19-Aug-2020 |
Danack |
Test old dist again. |
3e9d701e | 19-Aug-2020 |
Danack |
disable flaky test on old version. |
aa7b6fb1 | 19-Aug-2020 |
Danack |
Fix tests where s/function/method/ error message has changed. |
f162a9ee | 19-Aug-2020 |
Danack |
Make Houghline only available on IM7, as it's unclear when it was introduced for IM6 |
b20cdaef | 19-Aug-2020 |
Danack |
Fix tests where s/function/method/ error message has changed. Show diff for failed tests as that is easier to debug. |