Installing PHP extensions on Windows

前端 未结 3 1467
半阙折子戏
半阙折子戏 2021-01-02 09:04

I am using a Windows XP Home Edition. I need to install a few extensions to PHP -- memcache, APC, .etc. And I would very much like to use PECL to make this happen. The probl

3条回答
  •  旧巷少年郎
    2021-01-02 09:48

    For all peoples coming here to download the dll extension files.

    This is the link to the PHP extension download link http://windows.php.net/download/

    And this is a list of PHP extensions to download: http://pecl.php.net/package-search.php

    For core extensions, or if you cant find any on pecl.php.net, download PHP from a zip http://windows.php.net/download/ and look inside of /ext and copy them to your local php /ext folder.

提交回复
热议问题