Gina Peter Banyard
Gina Peter Banyard
Seems that using ``use JustDont;`` in classes makes ``vendor/bin/roave-no-leaks`` fail on a lot of tests. As by removing the usage of roave/dont I stopped getting errors. If this behaviour is...
C.f. https://github.com/php/php-src/commit/52a891aeaa1333b3cb02f0dfd796c0fae8ab175c
Pages which need to be added/modified for complete documentation of PHP 8.2: Based of the migration guide: https://www.php.net/manual/en/migration82.php (https://github.com/php/doc-en/pull/1799) > **Note** > This issue is still a Work In Progress...
This covers the PHP 8.2.0 deprecation of interpolation It also renames simple to basic and complex to advanced as those don't make a judgement on complexity.
Doc update for https://github.com/php/php-src/pull/9912
This includes documenting that function calls allow a trailing comma as of PHP 7.3.0, which fixes GH-1907
See: https://github.com/php-memcached-dev/php-memcached
The input encoding is *only* detected if the value passed is an empty string. If the encoding is `null` then the *default* encoding is used. This behaviour dates from at...
The `fiber.stack_size` INI directive is not documented. Found while trying to add a link to it in #1799