Martin Price
Martin Price
The `parse_url` function is not multibyte safe, and was never designed to be, which seems to be why [this bug](https://bugs.php.net/bug.php?id=52923) from 2010 has still not been addressed. As mentioned in...
The regular expression for parsing lines of output from the git branch command assumes that all short hashes will be exactly 7 characters, but this is not always the case....
This issue was raised as a bug in PHP with the `mb_decode_mimeheader` function: https://bugs.php.net/bug.php?id=68821, and in the comments of that bug report, it was stated that it is a problem...