1a7aed2f | 17-Apr-2019 |
Danack |
Update changelog |
cdadb29f | 16-Apr-2019 |
Danack |
Update package to be beta stability for RC2 release. Remove old maintainers. |
b003b320 | 17-Apr-2019 |
Remi Collet |
Fix IMAGICK_EXTNUM |
63e4eab9 | 16-Apr-2019 |
Danack |
Use PHP_INT_MAX as start value to avoid overflowing on 32 bit systems. |
1c0de805 | 16-Apr-2019 |
Danack |
Relax testing to allow test to work on 32bit systems. |
2cf4a31b | 16-Apr-2019 |
Remi Collet |
add cleanup section to avoid result files |
f44a0e3e | 16-Apr-2019 |
Remi Collet |
add missing file for tests |
cad7ee74 | 16-Apr-2019 |
Remi Collet |
fix NTS build |
70b085df | 15-Apr-2019 |
Danack |
Reverting author changes as pecl is angry. |
01793f8a | 15-Apr-2019 |
Danack |
Updated release notes. |
90d35238 | 15-Apr-2019 |
Danack |
Correct return type to string|false. |
fa79c66b | 30-Oct-2017 |
Ali Alwash |
Fixed some docblocks, based on the code of that function |
7af8e7bb | 15-Apr-2019 |
Danack |
Added missing constants. |
bb93a3da | 15-Apr-2019 |
Danack |
Revert testing for SetImageInterpolateMethod to just version comparison. Although testing for the function availability is technically superior, it is much more difficult to maintain. |
5022f154 | 28-Mar-2019 |
Danack |
Merge branch 'issue-deprecated' * issue-deprecated: Test doesn't need to touch headers. deprecate method not available in IM 7, see #162
|
2bb4f710 | 28-Mar-2019 |
Danack |
Test doesn't need to touch headers. |
a827e4fd | 27-Mar-2019 |
Danack |
Corrected typo for columns => rows. Added test to check for that explicitly. |
0a6c463a | 26-Mar-2019 |
Danack |
Disable strict check for PHP 5.6. Still just as valid code, but stopping build. |
33f6ca9f | 26-Mar-2019 |
Danack |
And so the long day wore on. |
f3eadc8d | 26-Mar-2019 |
Danack |
Correcting signed/unsigned checking. |
8f6c7f17 | 26-Mar-2019 |
Danack |
Change to unsigned long to avoid C complaining. |
d1c4f871 | 26-Mar-2019 |
Danack |
Typo. |
c75c023e | 26-Mar-2019 |
Danack |
avoid unsigned less than equal warning. |
7187b372 | 26-Mar-2019 |
Danack |
Bounds check kernel origin position. |
d57a4447 | 29-Nov-2018 |
Danack |
Suppress unused variable warning. |