把dlls目录下的文件复制到system32下

解决方案 »

  1.   

    因为很多模块都是要用到2个以上的dll库,但是系统一般只提示出来一个核心的,所以为了一劳永逸,你就把php和ext下面所有dll复制到systmen32下面
      

  2.   

    你要把 php_gd2.dll 确实放在 c:\php\ext 文件夹下。
      

  3.   

    Open GD extension in the php.ini of your php using in iis.
    The php in apache and the php in iis is not the same.
      

  4.   

    在php.ini下设置
    extension_dir = "extensions文件夹的路径/"