|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-15 16:08 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 04:00:01 2025 UTC |
Hi, this is not a bug report, it is a feature question. Would it be possible to extend the parse_ini_file() function not to read a configuration file line by line but to handle multiple lines for an entry? E.g. ; This is an .ini file FOO = "a short value" This works fine, but ; An other .ini file BAR = "a very long value that takes more then an other line and can't be displayed in a small terminal window" will return only the first line, which I think is not desired. What do you people think? regards dtg