Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/05/2011, 18:53
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: No carga el php.ini desde la ruta

Debe de ser algo así:
Código PHP:
Ver original
  1. #
  2. LoadModule php5_module "c:/php/php5apache2.dll"
  3. AddHandler application/x-httpd-php .php
  4.  
  5. # configure the path to php.ini
  6. PHPIniDir "C:/php"

Saludos.