Revision tags: 3.5.0, 3.5.0RC2 |
|
#
961bad80 |
| 01-Sep-2020 |
Danack |
Stop testing against php 5.4 + 5.4. If you have a problem with this, please give a PR that makes the test run on travis.
|
#
3e7f2145 |
| 11-Jan-2021 |
Niels |
run tests on correct php version
|
#
fef4f84f |
| 25-Aug-2020 |
Danack |
Move CFLAG config to php.
|
#
e7806c91 |
| 19-Aug-2020 |
Danack |
Test old dist again.
|
#
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.
|
#
43daa1d9 |
| 19-Aug-2020 |
Danack |
Re-enable other versions for CI. Tweak docker file for local dev.
|
#
8688d0ee |
| 18-Aug-2020 |
Danack |
Try to find the extension...
|
#
77417339 |
| 18-Aug-2020 |
Danack |
Add a check for fonts being found. Also, tweak installation of ImageMagick to display less debug.
|
#
49cfaf5c |
| 17-Aug-2020 |
Danack |
Re-enable other versions for building.
|
#
85a2c138 |
| 17-Aug-2020 |
Danack |
And so the long day wore on.
|
#
f38e0076 |
| 17-Aug-2020 |
Danack |
Test against nightly.
|
#
641a2ea3 |
| 17-Aug-2020 |
Danack |
poking travis for fonts problem, 2.
|
#
8a936edd |
| 17-Aug-2020 |
Danack |
poking travis for fonts problem.
|
Revision tags: 3.4.4 |
|
#
bcc9de00 |
| 30-Apr-2019 |
Danack |
Correct version check for FlattenAlphaChannel and RemoveAlphaChannel.
|
Revision tags: 3.4.4RC2, 3.4.4RC1 |
|
#
f5bb2f40 |
| 29-Nov-2018 |
Danack |
Add PHP 7.3 to travis. Const a const variable.
|
#
bf56a61a |
| 29-Nov-2018 |
Danack |
Added new constants. COMPOSITE_STEREO STYLE_BOLD COLORSPACE_LINEARGRAY RESOURCETYPE_LISTLENGTH
|
#
49f44c0d |
| 28-Nov-2018 |
Danack |
Fix compiling against ImageMagick 6 git.
|
#
62ae49c9 |
| 28-Nov-2018 |
Danack |
Revert adding new ImageMagick dependency. it might be better to download them directly from Github rather than launchpad.
|
#
98e3b5c9 |
| 28-Nov-2018 |
Danack |
Remove testing against old versions. Bye-bye PHP 5.3 - IMAGEMAGICK_VERSION=6.7.5-3 - IMAGEMAGICK_VERSION=6.6.0-9 - IMAGEMAGICK_VERSION=6.5.3-10 These may still work, but
Remove testing against old versions. Bye-bye PHP 5.3 - IMAGEMAGICK_VERSION=6.7.5-3 - IMAGEMAGICK_VERSION=6.6.0-9 - IMAGEMAGICK_VERSION=6.5.3-10 These may still work, but we no longer explicitly support them.
show more ...
|
#
65fc7b06 |
| 07-May-2018 |
Johannes Weberhofer |
try install old or new font package
|
#
efaefdae |
| 21-Apr-2018 |
Gabriel Caruso |
Test against PHP 7.2
|
#
578851e9 |
| 01-Feb-2017 |
Unknown |
Check version vs stability.
|
Revision tags: 3.4.3, 3.4.3RC4, 3.4.3RC3, 3.4.3RC2 |
|
#
300223ed |
| 07-Dec-2016 |
Danack |
Use PHP 7.1 rather than alpha for testing.
|
#
bd9548c4 |
| 18-Jun-2016 |
Danack |
ImagickKernel internal state no longer NULL. The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now p
ImagickKernel internal state no longer NULL. The ImagickKernel object contains some internal state that MUST be set to have a valid object. To make this be enforced, the constructor is now private, and there are NULL pointer checks in place where the kernel is used.
show more ...
|
#
9416daa7 |
| 09-Jun-2016 |
Danack |
Travis PHP 7.1
|