Que necesito configurar o que paquete adicional es necesario que me baje para poder usar php con oracle??
Muchas Gracias.
| |||
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.! |