Daniël Brekelmans

Results 15 issues of Daniël Brekelmans

### Symfony version(s) affected 4.4 and higher ### Description Given we're using the Mailer component to send an email When our host is not equal to `localhost` And we use...

Bug
Status: Needs Review
Status: Waiting feedback
Mailer

Implement https://github.com/Roave/BackwardCompatibilityCheck in CI

enhancement
good first issue

Currently, the chrome version is resolved based on some registry keys. This does not take into account the installed path and will cause incorrect versions if the user specifies custom...

bug
help wanted

I haven't looked too much into this, but I suppose it should be possible to support Microsoft Edge with https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/

enhancement
good first issue

**Expected behaviour** Tags the last commit **Actual behaviour** The commit before the last commit is tagged **Context** I have a workflow that makes a new commit & push and then...

As described in https://github.com/thecodingmachine/safe/issues/310#issuecomment-1005515855, currently we can only support one exact php version at the time. This is already causing conflicts between php8.0 and php8.1 function signatures. To solve this,...

enhancement

In `Safe\finfo_open` we throw an exception when `\finfo_open` returns null. But occording to the docs, the function returns `false` on failure instead of `null`. So we should be throwing an...

bug

In a lot of GD extension functions, the previously passed `resource` has been replaced by `GdImage` in PHP8. Our docblocks are incorrect. (see: https://github.com/thecodingmachine/safe/blob/master/generated/image.php)

bug