mirror of https://github.com/php/php-src
Browse Source
Currently, there is an assert() that fails on files like .gitignore crashing PHP. This patch fixes that. Instead, now an empty string is returned (since the file has no extension). A test has been added to test this behavior.pull/1417/head
2 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue