ID:               43535
 Updated by:       [EMAIL PROTECTED]
 Reported By:      sskaje at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Filesystem function related
 Operating System: *
 PHP Version:      5.2.5
-Assigned To:      
+Assigned To:      jani
 New Comment:

This requires changes too big for a bugfix (this is more like a new
feature as such) so most likely this will be in PHP 5.3.0 at earliest.


Previous Comments:
------------------------------------------------------------------------

[2007-12-11 10:01:08] sskaje at gmail dot com

There is a ini file on a http server which has something i need on it.
so i tried to use parse_ini_file() to get the content and parse it.
i set teh 'allow_url_include' Off due to security issue, but i got an
error which said that i must turn it On

------------------------------------------------------------------------

[2007-12-10 09:58:56] [EMAIL PROTECTED]

And what exactly is the problem you have?
Currently the file opening for this function happens exactly how a
script is opened and I don't think there's anything wrong with that.

------------------------------------------------------------------------

[2007-12-08 13:53:09] sskaje at gmail dot com

Description:
------------
parse_ini_file() should not be configured with allow_url_include in
php.ini but allow_url_fopen
that make me cant directly parse the ini file on http server

Expected result:
----------------
nothing

Actual result:
--------------
nothing


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43535&edit=1

Reply via email to