118bdb41 | 08-Aug-2016 |
Felix Hassert |
Test for #174: Never try to resize an image to 0 width/height |
793652a1 | 07-Aug-2016 |
Mark Weiman |
Change exception class entries for zend engine 3 zend_exception_get_default() has been deprecated (line 48 of zend-exceptions.h) in favor of using zend_ce_exception directly. |
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 ...
|
b2465f60 | 13-Jun-2016 |
Remi Collet |
fix build warnings (-Wmaybe-uninitialized) |
9416daa7 | 09-Jun-2016 |
Danack |
Travis PHP 7.1 |
Revision tags: 3.4.3RC1 |
|
96c5a2ac | 09-Jun-2016 |
Danack |
Corrected changelog to have correct next release version. |
93a6a491 | 06-Jun-2016 |
Danack |
Fixed bad call in failing test. |
5541fb1d | 06-Jun-2016 |
Danack |
xml is hard. |
71f476bc | 06-Jun-2016 |
Danack |
Don't allow bad construction. |
e675a7ec | 05-Jun-2016 |
Danack |
Exclude ImagickKernelException when it is not available. |
1120c5b9 | 05-Jun-2016 |
Danack |
PHP 5.3 arrays. Again. |
cfe2ded5 | 05-Jun-2016 |
Danack |
Added identifyimagetype method. Listed test files in package.xml |
87ed96d7 | 05-Jun-2016 |
Danack |
Added constants and renamed constants. |
0623ef3b | 04-Jun-2016 |
Danack |
Regression for Imagick Exception classes being final on 7.x |
646c7760 | 04-Jun-2016 |
Danack |
Exclude struct elements that are gone. |
71b58e9c | 03-May-2016 |
Danack |
Updated security recommendations to also check file type before sending to ImageMagick. |
d239370e | 02-May-2016 |
Danack |
Test needs to say ok. |
4931947e | 02-May-2016 |
Danack |
Another php [] array. |
0ce9facd | 02-May-2016 |
Danack |
Merge commit '54cdfe9d7aa58b819b203e235d39153d8e10b185' * commit '54cdfe9d7aa58b819b203e235d39153d8e10b185': add check for MagickSetImageInterpolateMethod Fix FFT tests.
|
adf068cc | 02-May-2016 |
Danack |
PHP [] arrays again. |
54cdfe9d | 02-May-2016 |
Remi Collet |
add check for MagickSetImageInterpolateMethod |
4094bcc1 | 01-May-2016 |
Danack |
Updated CFLAGS to warn about implicit function declarations, and fixed the revealed issues. |
20b5e5ce | 01-May-2016 |
Danack |
Made test less likely to break. |
68fe91c7 | 01-May-2016 |
Danack |
Exclude Imagick::transformImage and Imagick::orderedPosterizeImage from IM 7 build. |
Revision tags: 3.4.2 |
|
6837b570 | 24-Apr-2016 |
Danack |
php 5.3 array. |