Bug en php 5.2.9 y versiones anteriores (Path disclosure)

Iniciado por WHK, 31 Mayo 2009, 08:45 AM

0 Miembros y 1 Visitante están viendo este tema.

s E t H

lo de apache lo puse porque lo muestra mal, pero poc.php funciona bien
lo renombre a index.php y sigue igual

les dejo un pedazo del php.ini:
Citar
error_reporting  =  E_ALL

; Print out errors (as a part of the output).  For production web sites,
; you're strongly encouraged to turn this feature off, and use error logging
; instead (see below).  Keeping display_errors enabled on a production web site
; may reveal security information to end users, such as file paths on your Web
; server, your database schema or other information.
display_errors = On

; Even when display_errors is on, errors that occur during PHP's startup
; sequence are not displayed.  It's strongly recommended to keep
; display_startup_errors off, except for when debugging.
display_startup_errors = On