![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/09/2007, 12:19
|
| | Fecha de Ingreso: enero-2002
Mensajes: 4.159
Antigüedad: 23 años Puntos: 22 | |
Re: Instalar PHP en Xp Sinceramente jamás he instalado PHP en forma automática, sinceramete no me gusta no saber qué exactamente está haciendo un programa en mi sistema, pot lo anterior te paso el procedimiento para instalarlo manual:
1.- Descomprimir el zip ac:\php
2.- Copar php5ts.dll al binario del Apache (Apache\bin)
3.- Abrir php.ini-recomended y guardarlo como: C:\windows\php.ini
4.- Abrir httpd.conf (del Apache) y agregar los módulos.
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
Espero que te sirva.
Saludos. |