63e9f6bc | 23-Mar-2017 |
Danack |
Correct memory stomping in Imagick::colorDecisionListImage |
471c6a1b | 13-Mar-2017 |
Alex Schneider |
Use PHP 5.3 compatible syntax in the test |
27be6b56 | 13-Mar-2017 |
Alex Schneider |
Run the test only if the methods to be tested actually exist and rename the test file |
2e1be0b6 | 13-Mar-2017 |
Alex Schneider |
Fix segmentation faults when calling @::getImageArtifact()@ and @::deleteImageArtifact()@ methods + test |
8c512e4f | 16-Feb-2017 |
Danack |
Tweaked test. |
9f99ca9d | 15-Feb-2017 |
Gabriel Jean |
fixed the setresourcelimit test by making sure value is float type |
b0801489 | 15-Feb-2017 |
Gabriel Jean |
Changed getresourcelimit to return a double so larger values are correctly returned on 32bit platforms |
f40bbf96 | 14-Feb-2017 |
Danack |
Only test on later versions. |
e4369714 | 14-Feb-2017 |
Danack |
Exclude resource types if they don't exist. |
d2fb1c43 | 14-Feb-2017 |
Danack |
Support for larger values on 32bit platforms. Use double instead of an int value for Imagick::setResourceLimit. This is accurate for values up to 2^53, which should cover 'most' use cases. |
6ac0bb75 | 04-Feb-2017 |
Unknown |
Update changelog. |
b3137e20 | 03-Feb-2017 |
Unknown |
Only run test on appropriate PHP versions. |
191b517b | 03-Feb-2017 |
Unknown |
Made test output be independent of ImageMagick version. |
f7fc072e | 03-Feb-2017 |
Unknown |
Fix test description. |
ed7c8621 | 03-Feb-2017 |
Unknown |
Fix memory leak That would only affect silly people. |
93a95cc5 | 03-Feb-2017 |
Unknown |
Add test for uninitialized pixel_wands |
ddb1fa81 | 03-Feb-2017 |
Unknown |
Prevent access to uninitialized pixel_wands. |
ec048b7e | 01-Feb-2017 |
Danack |
Merge pull request #193 from sergey-dryabzhinsky/raise-required-php-version-to-5.3 Raise required php version to 5.3.2
|
6cda6150 | 01-Feb-2017 |
Danack |
Merge pull request #198 from ryandesign/ImageMagick-name Call it "ImageMagick" everywhere
|
578851e9 | 01-Feb-2017 |
Unknown |
Check version vs stability. |
Revision tags: 3.4.3 |
|
bb26da7d | 01-Feb-2017 |
Unknown |
Finalize 3.4.3 release. |
41856e90 | 29-Jan-2017 |
Ryan Schmidt |
Change "Imagemagick" to "ImageMagick" |
98471489 | 29-Jan-2017 |
Ryan Schmidt |
Change "image magick" to "ImageMagick" |
ed3f2ce2 | 29-Jan-2017 |
Ryan Schmidt |
Change "Image Magick" to "ImageMagick" |
Revision tags: 3.4.3RC4 |
|
2e6fcea1 | 25-Jan-2017 |
Unknown |
Fix segfault Avoid segfault when ImagickPixel has been extended by another class. |