Jordi Kroon
Jordi Kroon
On debian, there is no `--now` option for systemctl. Thus it makes dokku unable to remove the plugin. Not sure if this is a requirement on some linux distro's, but...
### Description We sometimes see an error that is triggered by the awd-sdk caused by the aws-s3 plugin. The error is fairly vague, and most of our projects seem to...
I've just spend an hour trying to hide the delete hint button because I don't want users to leave a hotkey empty. They're pre-filled and users have the option to...
Add reference documentation for the URI extension to the PHP manual, listing it alphabetically between tokenizer and url extensions. This may be merged after https://github.com/php/doc-en/pull/5060 is finalized and merged.
Document two new predefined constants introduced in PHP 8.5.0: - PHP_BUILD_DATE: Returns the date and time when PHP was built - PHP_BUILD_PROVIDER: Returns the provider who built PHP Ref: https://github.com/php/doc-en/issues/4886
Add comprehensive documentation for the new Uri extension, which implements RFC 3986 and WHATWG URL Standard specifications. Includes: - Uri\Rfc3986\Uri class with RFC 3986 compliant URI parsing and manipulation -...
Within the documentation there are many inconsistencies. One of those is how null and booleans are written. At some places it is written as NULL where in other places null...
Add documentation for the new "partitioned" cookie option introduced in PHP 8.5.0 (CHIPS support). Updates include: - Added "partitioned" to the list of supported cookie options in setcookie() and setrawcookie()...
Adds documentation for two OPCache functions: - opcache_is_script_cached_in_file_cache: checks if a script is cached in OPCache file cache - opcache_jit_blacklist: blacklists a function from being JIT compiled The opcache_jit_blacklist function...
Documentation updated for new reserved class names - Update reserved words documentation to include array and callable as reserved words as of PHP 8.5. - Clarify in class_alias() function that...