En el directorio PHP, renombre php.ini-production a php.ini y haga los siguientes cambios
In the PHP directory, rename php.ini-production to php.ini and edit it
Desempaque al directorio PHP de su preferencia, por ejemplo c:\php.
Para ver lo que dlls faltan abrir el Propmt de comandos y vaya al directorio php y ejecutar la siguiente línea 'php-m'.
To see what dlls are missing open the Command Prompt and navigate to the php directory and execute the following line 'php -m'.
Véase la FAQ titulada "Cómo agrego mi directorio PHP a la variable PATH en Windows" para obtener información sobre cómo hacer esto.
See the FAQ titled "How do I add my PHP directory to the PATH on Windows" for information on how to do this.
Cuenta cuántos archivos en el directorio php
Ingrese su directorio PHP al final, incluyendo';' al comienzo (p.ej.;C:\php)
Aunque copiar los ficheros DLL desde el directorio PHP al directorio del sistema de Windows también funciona (porque el directorio del sistema está de manera predeterminada en el PATH del sistema), no se recomienda.
Although copying DLL files from the PHP folder into the Windows system directory also works (because the system directory is by default in the system's PATH), this is not recommended.
Aunque copiar los ficheros DLL desde el directorio PHP al directorio del sistema de Windows también funciona (porque el directorio del sistema está de manera predeterminada en el PATH del sistema), no se recomienda.
Although copying libmysql.dll to the Windows system directory also works (because the system directory is by default in the system's PATH), it's not recommended.