2

I have PHP5 installed under Windows and IIs but now I find I need to install some additional extensions, but I have been having difficulty finding the specifi dll files for the extensions I need to install.

Specifically trying to install:

  • PHP CLI Extension
  • PHP MCrypt Extension
  • PHP Curl Extension
  • Curl

PHP documentation sates the dlls need to go into the C:\PHP\ext directory but I can not find the DLLs anywhere on the internet in order to install them.

Found similar question with other extension here Installing PHP extensions on Windows But can not find any specifics for the extensions I need.

Community
  • 1
  • 1
Krahazik
  • 21
  • 4
  • verify installations by using phpinfo(); For installing CLI check this http://stackoverflow.com/questions/15597067/how-to-run-php-from-windows-command-line , For installing other extensions use this http://php.net/manual/en/install.windows.extensions.php – Ganesh Ghalame Aug 19 '15 at 04:04

1 Answers1

1

PHP Installation of extensions on Windows PHP Manual

  1. PHP CLI Extension Installation Command Line PHP on Microsoft Windows
  2. PHP MCrypt Extension PHP Mcrypt
  3. PHP Curl Extension PHP cURL
Ganesh Ghalame
  • 6,367
  • 3
  • 24
  • 29