1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Add src/extensions/ to Phabricator

Summary: I added this easier-extension mechanism a while ago but only added the actual directories to libphutil and arcanist. This one should work, it just wasn't checked into the repository.

Test Plan: Added a file with an exception in it to the directory, verified the exception was thrown at runtime.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D6759
This commit is contained in:
epriestley 2013-08-14 15:38:06 -07:00
parent 7821c98053
commit 42a81554ac

2
src/extensions/README Normal file
View file

@ -0,0 +1,2 @@
You can add `.php` files to this directory to load classes and functions defined
in them at runtime.