Installation Problemm....

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Installation Problemm....

Post by magick »

We install MagickWand independent of the PHP source tree. We type
  • cd MagickWandforPHP*
    phpsize
    make
    make install
You now need to set up the ini file to load the module. Ours looks like this:
  • ; Enable MagickWand extension module
    extension=magickwand.so
Finally we restart httpd so it loads the PHP extension.
Post Reply