]> granicus.if.org Git - php/commitdiff
* added data_dir and test_dir
authorStig Bakken <ssb@php.net>
Tue, 28 May 2002 00:01:19 +0000 (00:01 +0000)
committerStig Bakken <ssb@php.net>
Tue, 28 May 2002 00:01:19 +0000 (00:01 +0000)
pear/PEAR/Config.php

index 6bdbd618a7b9780f10b3dd48cad456c429d24525..146ceca3e9ef0d4e23a6235638a006b345c8efa9 100644 (file)
@@ -113,6 +113,16 @@ class PEAR_Config extends PEAR
             'default' => PEAR_CONFIG_DEFAULT_DOCDIR,
             'doc' => 'directory where documentation is installed',
             ),
+        'data_dir' => array(
+            'type' => 'directory',
+            'default' => PEAR_CONFIG_DEFAULT_DATADIR,
+            'doc' => 'directory where data files are installed',
+            ),
+        'test_dir' => array(
+            'type' => 'directory',
+            'default' => PEAR_CONFIG_DEFAULT_TESTDIR,
+            'doc' => 'directory where regression tests are installed',
+            ),
         'bin_dir' => array(
             'type' => 'directory',
             'default' => PEAR_CONFIG_DEFAULT_BINDIR,