]> granicus.if.org Git - php/commit
* PEAR_Config class to maintain system and per-user configuration for
authorStig Bakken <ssb@php.net>
Fri, 26 Oct 2001 10:07:43 +0000 (10:07 +0000)
committerStig Bakken <ssb@php.net>
Fri, 26 Oct 2001 10:07:43 +0000 (10:07 +0000)
commitf197cf36301af5f09dd4d755b9961b718ef232d0
treef01830f1f8566244d332e84e66a03087dc949673
parent6586cf7216b77279c5aefc772c713d2b005ee28d
* PEAR_Config class to maintain system and per-user configuration for
  PEAR installations
* PEAR_Remote class to communicate with the backend server (xmlrpc)
* change pear script's option parsing to "-d foo=bar" style
* added -c/-C (user/system config file) and -s/-S (store user/system config)
  options
pear/Makefile.in
pear/PEAR/Config.php [new file with mode: 0644]
pear/PEAR/Remote.php [new file with mode: 0644]
pear/scripts/pear.in
pear/scripts/pearwin.php