Nicolas Ricklin
Results
2
issues of
Nicolas Ricklin
When an ini setting is quoted, for example `xdebug.file_link_format = "phpstorm://open?file=%f&line=%l"`, `ini_get` will return a simple string without the protection quotes and `Runtime::getCurrentSettings` will return an invalid unqoted string`xdebug.file_link_format=phpstorm://open?file=%f&line=%l"` which...
bug
Currently, the `TOKEN_HEADER_NAME` regex enforces the first letter of a header name to be capitalized. Since email headers are case-insensitive and some libraries like Symfony Mailer enforce lowercase headers, we...