Zan Baldwin
Zan Baldwin
Attempting to fix doctrine/common#954. - Create another private method `getWriteableLazyLoadedPublicPropertiesNames()` - Use this method when generating `__set` or generating calls to `unset()` in `__construct` and `__wakeup` - Leave all other...
### Bug Report | Q | A |-------------| ------ | BC Break | no | ORM Version | 2.11.x | PHP Version | 8.1+ #### Summary Found a bug where...
Passing an empty string for the cURL option `CURLOPT_ENCODING` causes a write error due to a 0-length write in the underlying `libcurl`, [starting in PHP 8.3.7](https://github.com/php/php-src/issues/14184). This has been fixed...
Add CNAME delegation support to the Cloudflare DNS plugin: new CLI flag `--dns-cloudflare-delegate-via="other-domain.com"`. Makes the DNS-01 challenge pretty dumb, as it will check for challenges in the delegated zone for...