Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/05/2010, 07:34
trevol
 
Fecha de Ingreso: agosto-2008
Mensajes: 606
Antigüedad: 15 años, 9 meses
Puntos: 11
este es mi php ?

Hola os dejo el codigo de mi configuracion haber si alguien me dice como configurar los errores ya que las paginas con errores no se ven., Es urgente os lo agradezco.
Código PHP:
 The following are all the settings which are different in either the production
; or development versions of the INIs with respect to PHP's default behavior.
; Please see the actual settings later in the document for more details as to why
; we recommend these changes in PHP'
s behavior.

allow_call_time_pass_reference
;   Default ValueOn
;   Development ValueOn
;   Production Valueon

display_errors
;   Default ValueOn
;   Development ValueOn
;   Production Valueon

display_startup_errors
;   Default Valueon
;   Development ValueOn
;   Production ValueOn

error_reporting
;   Default ValueE_ALL
;   Development ValueE_ALL E_STRICT
;   Production ValueE_ALL & ~E_DEPRECATED

html_errors
;   Default ValueOn
;   Development ValueOn
;   Production valueon

log_errors
;   Default Valueon
;   Development ValueOn
;   Production ValueOn

magic_quotes_gpc
;   Default ValueOn
;   Development ValueOff
;   Production ValueOff

max_input_time
;   Default Value: -(Unlimited)
;   
Development Value60 (60 seconds)
;   
Production Value60 (60 seconds)

output_buffering
;   Default ValueOff
;   Development Value4096
;   Production Value4096

register_argc_argv
;   Default ValueOn
;   Development ValueOff
;   Production ValueOff

register_long_arrays
;   Default ValueOn
;   Development ValueOff
;   Production ValueOff

request_order
;   Default ValueNone
;   Development Value"GP"
;   Production Value"GP"

session.bug_compat_42
;   Default ValueOn
;   Development ValueOn
;   Production ValueOff

session.bug_compat_warn
;   Default ValueOn
;   Development ValueOn
;   Production ValueOff

session.gc_divisor
;   Default Value100
;   Development Value1000
;   Production Value1000

session.hash_bits_per_character
;   Default Value4
;   Development Value5
;   Production Value5

short_open_tag
;   Default ValueOn
;   Development Valueon
;   Production Valueon

track_errors
;   Default ValueOff
;   Development ValueOn
;   Production ValueOff

url_rewriter.tags
;   Default Value"a=href,area=href,frame=src,form=,fieldset="
;   Development Value"a=href,area=href,frame=src,input=src,form=fakeentry"
;   Production Value"a=href,area=href,frame=src,input=src,form=fakeentry"

variables_order
;   Default Value"EGPCS"
;   Development Value"GPCS"
;   Production Value"GPCS"