Installing ImageMagick extension with php/windows

后端 未结 10 1382
无人共我
无人共我 2020-12-05 08:06

Running PHP Version 5.2.5 on Windows Server 2003 with IIS.

Have virtually an identical server where we were able to install ImageMagick with no issues. It\'s running

10条回答
  •  死守一世寂寞
    2020-12-05 08:44

    You do not need to restart windows. You need to restart the application pools running the PHP exe. This can be done by either resetting IIS (This is the best option to get all the application pools to reset). Or recycle the application pools that are running PHP.

提交回复
热议问题