Jesse Donat
Jesse Donat
$flags should default to 0 per This is throwing in PHP8 ``` json_encode(): Passing null to parameter #2 ($flags) of type int is deprecated ```
Emoji 14.0 has been out since September. Any plans? https://unicode.org/Public/emoji/14.0/ https://emojipedia.org/emoji-14.0/
## Current Features: - Windows Compatibility thanks to @dron2004 ## Outstanding Issues: - [ ] STDOUT/STDERR of InternalServer show on primary process in Windows
With the release of 8.0 I'm intent on upgrading all my libraries to require a minimum of PHP 7.1 (7.0 didn't have nullable type hints, so that's a no-go) This...
I don't know if this is possible, certainly not with the current code. Nor do I know if this is within the intended scope of this library but I would...
Working with the newest `develop` branch, calling getValue on a PHP Constant always returns the value as a string regardless of the constants given type. This is a problem for...
Return an error if the schemes of FROM and TO vary but the HOSTS do not vary.
Corrects `PICO_DEFAULT_I2C_SCL_PIN` instead of `PICO_DEFAULT_I2C_SCK_PIN` in the docs - off by one letter