Revision tags: 3.5.0, 3.5.0RC2 |
|
#
3de6f0cf |
| 04-Sep-2020 |
Remi Collet |
thread limit per request
|
#
05b20f3d |
| 04-Sep-2020 |
Remi Collet |
set single thread by default
|
#
212b9d55 |
| 09-Jun-2021 |
Danack |
Remove todo note.
|
#
5bfc4a00 |
| 08-Jun-2021 |
Danack |
Checking that github actions are happier, with the fix in d507dd74ee46ca8db0b659e4151f5e5440056aca .
|
#
6bcda7c5 |
| 07-Jun-2021 |
Danack |
Disable OMP_PAUSE_RESOURCE_ALL check until the CI issue can be investigated.
|
#
3e8bdc15 |
| 26-Nov-2020 |
Remi Collet |
use PHP_VERSION_ID instead of ZEND_ENGINE_3
|
#
f10d52cf |
| 25-Jan-2021 |
Remi Collet |
call omp_pause_resource_all when available
|
#
81cc92ec |
| 05-Jun-2021 |
Danack |
Add ifdef for PHP 8.1
|
#
d19335a4 |
| 01-Jun-2021 |
Danack |
Prevent accidental creation of zero dimension images. ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image
Prevent accidental creation of zero dimension images. ImageMagick doesn't prevent creation of zero dimension images, instead allowing people to discover errors when you try to use that image. So let us prevent accidental creation. If anyone actually has a sane use for zero dimension images, they can tell us a valid use-case first.
show more ...
|
#
6ae22609 |
| 09-May-2021 |
Danack |
Fix #387 - php_imagickpixel_get_class_entry returning wrong thing.
|
#
f7aff8e2 |
| 09-Sep-2020 |
Danack |
Typo. And comment out old arg info.
|
#
1fb997dd |
| 03-Sep-2020 |
Danack |
First draft of stub.
|
#
46949945 |
| 02-Sep-2020 |
Danack |
Move ImagickDraw to have functions entries generated from stub.
|
#
e822e7fa |
| 02-Sep-2020 |
Danack |
ImagickPixelIterator from stub.
|
#
eb8d0622 |
| 29-Aug-2020 |
Danack |
Maintain BC for PHP < 8.
|
#
15336290 |
| 28-Aug-2020 |
Danack |
Hack to make generated arginfo compile against PHP < 8
|
#
ab17665a |
| 28-Aug-2020 |
Danack |
Moving method and param info to stubs. ImagickPixel and ImagickKernel done. Need to write a tool to automate Imagick and ImagickDraw to preserve ifdefs.
|
#
b85947d8 |
| 15-May-2021 |
Danack |
Add more manageable way of managing version based feature flags.
|
#
5eab7c0e |
| 04-Sep-2020 |
Remi Collet |
SPL is always there
|
#
cbb67d9d |
| 17-Aug-2020 |
Danack |
re-separate php_imagick_read_property function for different versions. Copy+paste > being clever.
|
#
d986a955 |
| 17-Aug-2020 |
Danack |
Correct check for houghline.
|
#
9da6f41d |
| 17-Aug-2020 |
Danack |
Avoid having confusing, repeated ifdef tests.
|
#
67e6ecf0 |
| 17-Aug-2020 |
Danack |
Add versions checks to other places for houghline.
|
#
6e658df4 |
| 18-Mar-2020 |
Narayana Belur Manjunathaiah |
Added Hough line detector php method
|
#
eb587cd8 |
| 30-Jul-2019 |
Danack |
Add ini settings to work around segfault. Added the 'imagick.shutdown_sleep_count' (default 10) and 'imagick.set_single_thread' (default Off) to work around a segfault in OpenMP.
|