I try to execute:
var_dump(ini_set("open_basedir",ini_get("open_basedir")));
with PHP and get false.
Apache 2. PHP Version: 5.3.28, it should change it from script, how i read at php.net documentation.
Currently open_basedir is .:/data/www/vhosts/hostname:/tmp
I try to do it at local server with same OS, Apache and PHP and all ok. I try to set already setted value because i try to debug why i can't put any value there. Help, please !