1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00
phorge-phorge/scripts
epriestley 05846d5d48 Ensure syntax errors and other configuration problems are surfaced to the user.
Summary:
Some PHP has junky defaults for error_reporting / display_errors, and the "@"
silences fatals. The @ should never have been there, I just copied it from the
libphutil initializer where we use @ because the default error message can be
confusing and we display a more useful one.

Test Plan:
Added fatals to my conf file, got a decent error message instead of silent exit
with err=255.

Reviewed By: aran
Reviewers: tuomaspelkonen, aran, jungejason
CC: aran
Differential Revision: 355
2011-05-27 16:59:21 -07:00
..
daemon Move 'phd parse-commit' to a dedicated script; allow message parsing tasks to 2011-04-02 13:23:22 -07:00
mail Fix a small inbound email glitch 2011-05-05 16:13:15 -07:00
repository Update Phabricator to new PhutilServiceProfiler APIs 2011-05-16 17:10:18 -07:00
search Rought cut of search. 2011-02-14 15:34:20 -08:00
sql Add a "setup" mode which guides new users through application configuration 2011-05-10 15:12:30 -07:00
user Improve CLI script for account creation and document account/reg setup process 2011-05-12 18:44:53 -07:00
__init_env__.php Fix a small inbound email glitch 2011-05-05 16:13:15 -07:00
__init_script__.php Ensure syntax errors and other configuration problems are surfaced to the user. 2011-05-27 16:59:21 -07:00
celerity_mapper.php Allow Celerity to return "304 Not Modified" responses 2011-05-10 14:33:11 -07:00