Bug#833703: php5-exactimage: encodeImage() and encodeImageFile() segfault

2016-11-13 Thread Sven Eckelmann
tags 833703 + wontfix tags 833703 - jessie thanks Hi, The package is waiting for adoption - just in case you are interested. On Montag, 8. August 2016 08:38:42 CET Sven Eckelmann wrote: > > It seems that encodeImage() and encodeImageFile() don't work and produce a > > segfault. > > > > $ php -

Bug#833703: php5-exactimage: encodeImage() and encodeImageFile() segfault

2016-08-07 Thread Sven Eckelmann
tags 833703 + jessie thanks On Montag, 8. August 2016 14:28:36 CEST bohwaz wrote: > Package: php5-exactimage > Version: 0.8.9-7+deb8u2 > Severity: important > > Me again, sorry :) > > It seems that encodeImage() and encodeImageFile() don't work and produce a > segfault. > > $ php -d enable_dl=

Bug#833703: php5-exactimage: encodeImage() and encodeImageFile() segfault

2016-08-07 Thread bohwaz
Package: php5-exactimage Version: 0.8.9-7+deb8u2 Severity: important Me again, sorry :) It seems that encodeImage() and encodeImageFile() don't work and produce a segfault. $ php -d enable_dl=1 -r 'dl("ExactImage.so"); $im = null; decodeImageFile($im, "/tmp/test.jpg"); encodeImage($im, "jpeg")