(10-22-2017, 04:58 AM)Me.B Wrote: phar is outside openbase_dir as it's a binaries and won't execute that way unless you add it.
M B
Ahh, ok. So it is openbase_dir restricted and not suhosin?
For testing only, you can disable openbase_dir for that domain and once you have it set up you can add a custom vhost entry for that domain to allow access to phar.
Something like:
Code:
php_admin_value open_basedir "/path/to/phar/"
Although all sites will be able to access phar doing that.