Changeset 213

Show
Ignore:
Timestamp:
04/25/07 07:33:55 (2 years ago)
Author:
bermiferrer
Message:

Adding PEAR to the include_path in script/setup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/script/setup

    r98 r213  
    251251define('AK_PHP5', version_compare(PHP_VERSION, '5', '>=') == 1 ? true : false); 
    252252 
     253define('AK_BASE_DIR', str_replace(DS.'script'.DS.'setup','',__FILE__)); 
     254@ini_set("include_path",(AK_BASE_DIR.DS.'vendor'.DS.'pear'.PATH_SEPARATOR.ini_get("include_path"))); 
     255 
    253256 
    254257if(!empty($_SERVER['argv'][1]) && $_SERVER['argv'][1][0] != '-'){