It is possible to separate paths with a colon when setting open_basedir folders.
This is useful to give access to the /tmp folder, which many CMS and frameworks use per default to store temporary files such as uploads.
Example
php_admin_value open_basedir /var/www/html/example.com/:/tmp/