Posted by Toby A Inkster on 04/23/07 15:24
Dirk Laurenz wrote:
> as far as i found out, parse_ini_file maps yes/no to php reserverd
> values. This is not what i need. Is there any way to disable this
> behaviour?
No way to change that behaviour. You're going to need to write your own
INI-parsing implementation. There are a few examples of how to do this in
the PHP manual on the parse_ini_file page, in the comments at the bottom.
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|