[PEAR] [ANNOUNCEMENT] Config-1.1 (beta) Released.
by PEAR Announce other posts by this author
Oct 8 2002 10:25AM messages near this date
[PEAR] [ANNOUNCEMENT] LiveUser-0.3 (alpha) Released.
|
[PEAR] ITX Sample code & Tutorial
The new PEAR package Config-1.1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Fix bug in toArray().
Thanks to Mark Polsen for noticing it.
Package Info
-------------
The Config package provides methods for editing configuration datasources.
It does so in an object oriented manner, defining each and every items found in the config d
atasource as a Config_Container of various types (comments, sections, directives, blanks, ..
.).
Items can then be edited, added, removed, inserted.
This package is not intended for reading configuration data only, but for editing them. If y
ou only want to read your configuration data, use functions like parse_ini_file() and the li
ke instead, they are much faster.
Related Links
-------------
Package home: http://pear.php.net/package-info.php?package=Config
Changelog: http://pear.php.net/package-changelog.php?package=Config
Download: http://pear.php.net/get/Config-1.1.tgz
Authors
-------------
Bertrand Mansion <bmansion@[...].com> (lead)
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|