Displaying 1 result from an estimated 1 matches for "phutil".
Did you mean:
shutil
2015 Dec 28
5
Phabricator/Arcanist feedback
...es not work out of box due PHP's default configuration
(5.6.16 on Arch Linux). I see warnings like this.
```
PHP Warning: ini_set(): open_basedir restriction in effect. File() is
not within the allowed path(s):
(/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in
/home/dan/dev/libphutil/scripts/__init_scr
ipt__.php on line 52
```
See the attached ``arc.txt`` for the full output.
I had to remove the ``open_basedir`` setting (making my PHP install
less secure) in ``php.ini`` to get the tool to work.
IMHO we should have other documented method(s) of committing the code
(that still...