mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
When ran from a root directory the test case failed, because the open_basedir restriction for "../[…]" won't kick in. Therefore we change the current working directory to the test case's directory, as discussed on internals, see <http://news.php.net/php.internals/95585>.