05/02/2013, 10:04
|
| $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses Puntos: 2135 | |
Respuesta: Cómo instalar PHP NTS en Windows 7? Pues lo puedes descargar directo: http://windows.php.net/download/#php-5.4
Luego usando Fast CGI:
Código:
LoadModule fcgid_module modules/mod_fcgid.so
# ubicacion del php.ini
FcgidInitialEnv PHPRC "c:/php"
AddHandler fcgid-script .php
FcgidWrapper "c:/php/php-cgi.exe" .php
Saludos. |