This is an odd one. I upgraded ImageMagick on my server from 5.3.8 to 6.2.7. I've got a simple php script setup to output the help command.
When I run this from the web, it still shows 5.3.8 but when I run this script from the terminal, I get version 6.2.7.
Anybody out there have any idea why it is running the old version from php?
-Dustin
Rom 8:28
Code:
<?php
print "<pre>".`convert --help`."</pre>\n";
?>
When I run this from the web, it still shows 5.3.8 but when I run this script from the terminal, I get version 6.2.7.
Anybody out there have any idea why it is running the old version from php?
-Dustin
Rom 8:28