At 12:11 23.02.2003, Sascha Schumann wrote:
On Sun, 23 Feb 2003, Marcus Börger wrote:

> After fixing hopefully last problems in the inifile handler i made
> up a patch which introduces a native interface to the inifile handler.
> I did this because the "[group]name" key format is not intuitive.

    Care to explain what it does?  Does it feed all entries to
    the PHP INI system or is this is a custom layer wrapping the
    DBA API for storage of application settings?

- Sascha

You can use it to work with any ini file and has nothing to do with the PHP INI system.

I implemented the native interface - inifile_*() functions - in order to be
able to work with group and name instead of the single key format that
is necessary using the dba interface.

marcus


-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to