ID: 17169
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Performance problem
Operating System: Linux 2.4.18
PHP Version: 4.2.0
New Comment:
Is this still an issue or just a configuraion/whatever problem?
Previous Comments:
------------------------------------------------------------------------
[2002-05-13 03:35:51] [EMAIL PROTECTED]
I has test this on 4.1.2 & 4.2.0 and it not work for me.
------------------------------------------------------------------------
[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