1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

Option PhDConfig::package. For while the default package is packages/PHP

This commit is contained in:
Moacir de Oliveira Miranda Júnior
2009-05-28 19:45:46 +00:00
parent 71bca317c8
commit 4acf0c61f8
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class PhDConfig
'user_error_color' => false,
'phd_info_output' => NULL,
'phd_info_color' => false,
'package' => 'PHP',
);
public static function init(array $a) {

View File

@@ -37,6 +37,7 @@ class PhDConfig
'user_error_color' => false,
'phd_info_output' => NULL,
'phd_info_color' => false,
'package' => 'PHP',
);
public static function init(array $a) {