Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/03/2005, 11:56
rgali
 
Fecha de Ingreso: marzo-2005
Mensajes: 9
Antigüedad: 19 años, 1 mes
Puntos: 0
sebtev ... te adjunto como tengo mi php.ini (tengo php 4.3)

;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"

; The root of the PHP pages, used only if nonempty.
; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
; if you are running php as a CGI under any web server (other than IIS)
; see documentation for security issues. The alternate is to use the
; cgi.force_redirect configuration below
doc_root =

; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =

; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:\php\extensions"