Search found 2 matches
- 2015-08-17T02:03:11-07:00
- Forum: Bugs
- Topic: Certain commands executed via PHP shell fail
- Replies: 2
- Views: 2101
Re: Certain commands executed via PHP shell fail
Yes, Ghostscript didn't change throughout the different ImageMagick versions.
- 2015-08-17T00:54:08-07:00
- Forum: Bugs
- Topic: Certain commands executed via PHP shell fail
- Replies: 2
- Views: 2101
Certain commands executed via PHP shell fail
This issue occurs with versions 6.9.1-6, 6.9.1-7, 6.9.1-8, 6.9.1-9 and 6.9.1-10. The problem does not occur with 6.9.1-4.
CentOS 6.7 x64
PHP 5.5.28
GPL Ghostscript 9.16 (2015-03-30)
ImageMagick 6.9.1-6 Q16 x86_64 2015-06-25
I need to convert a PDF to an image as follows:
<?php
echo shell_exec ...
CentOS 6.7 x64
PHP 5.5.28
GPL Ghostscript 9.16 (2015-03-30)
ImageMagick 6.9.1-6 Q16 x86_64 2015-06-25
I need to convert a PDF to an image as follows:
<?php
echo shell_exec ...