I am trying to set open_basedir in php.ini globally to /tmp/ so that I need not remember to set it in each Apache Virtual Host directive.
The second I set it in php.ini, all scripts fail to work, as only /tmp/ is allowed to be read. Is this not possible? The docs are not entirely clear, but it appears that it should work.