Displaying 3 results from an estimated 3 matches for "ipt__".
2016 Jan 07
3
Phabricator/Arcanist feedback
...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...
2015 Dec 28
5
Phabricator/Arcanist feedback
...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 correctly closes the rev...
2016 Jan 07
2
Phabricator/Arcanist feedback
...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 document...