ID: 19645 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: Linux RH6.2 PHP Version: 4CVS-2002-09-27 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Implemented in PHP5-dev. Previous Comments: ------------------------------------------------------------------------ [2002-09-27 19:29:40] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19645&edit=1