Frugan
Frugan
## DONE - dropped support for Laravel
This change is [](https://reviewable.io/reviews/voku/HtmlMin/100)
# Pull Request: Add MySQL SSL Options ## Description This pull request adds support for MySQL SSL options (`--mysql-ssl-cert`, `--mysql-ssl-key`, `--mysql-ssl-ca`), that allow users to specify the paths to SSL...
@see https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-includes/PHPMailer/PHPMailer.php#L22
### Description of the bug Using version 2.x I would need to lower `$errorLogLevel` in `HttpApiListener` listener from `LogLevel::ERROR` to `LogLevel::WARNING`. The procedure I followed works using [PHP-DI](https://github.com/PHP-DI/PHP-DI) (see below),...
### Description of the bug I'm using this configuration: ```php if (\defined('Inpsyde\Wonolog\LOG')) { // my code Wonolog\bootstrap($myDefaultHandler, Wonolog\USE_DEFAULT_HOOK_LISTENERS | Wonolog\USE_DEFAULT_PROCESSOR) ->log_php_errors( E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_USER_NOTICE...
refs: https://github.com/inpsyde/Wonolog/issues/80 #### What's Included in This Pull Request * add `DISABLE_SETUP` flag in `Wonolog\bootstrap()`
I've created a patch to support using `empty($this->config->customKey)`: ```diff diff --git a/src/Config.php b/src/Config.php index 9fa94e6..3f90975 100644 --- a/src/Config.php +++ b/src/Config.php @@ -44,6 +44,17 @@ class Config implements ServiceInterface $this->config[$name] =...
BREAKING CHANGE: - integrate PR https://github.com/ricardofiorani/oembed/pull/42 - upgrade psr/http-message, guzzlehttp/guzzle and php-http/guzzle7-adapter - remove Gfycat and MeMe providers
I understand that [admin_head](https://developer.wordpress.org/reference/hooks/admin_head/) only exists as an `action`, not as a `filter`, or am I wrong?