Tema: Php + Oracle
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/07/2005, 16:09
pakkocool
 
Fecha de Ingreso: agosto-2004
Mensajes: 52
Antigüedad: 19 años, 8 meses
Puntos: 0
Solo con eso bastaria, pero tambien tienes que configuar el httpd de la carpeta conf de apache y agregarle las siguientes lines:
#------Modificado

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php

Action application/x-httpd-php "/php/php.exe"

#LoadModule php4_module "c:/php/sapi/php4apache2.dll"
#AddType application/x-httpd-php .php

#PHPIniDir "C:/php"

#------ Fin Modificado
y listo.!