Improve parser scalability, fix a bug or two, provide 'phd', the Phabricator

Daemon interface.
This commit is contained in:
epriestley
2011-03-13 14:27:03 -07:00
parent 383b3d740c
commit 4893146815
9 changed files with 191 additions and 25 deletions

View File

@@ -25,8 +25,10 @@ if (!@constant('__LIBPHUTIL__')) {
exit(1);
}
if (!ini_get('date.timezone')) {
date_default_timezone_set('America/Los_Angeles');
}
phutil_load_library(dirname(__FILE__).'/../src/');
phutil_require_module('phutil', 'symbols');
function __autoload($class) {
PhutilSymbolLoader::loadClass($class);
}