php-psr icon indicating copy to clipboard operation
php-psr copied to clipboard

PHP extension providing the accepted PSR interfaces

Results 6 php-psr issues
Sort by recently updated
recently updated
newest added

Currently there is a 2.0 out of `psr/container` and `psr/link` which require PHP 8.0 and are not compatible with the libraries we test against. We should review other PSR repos...

e.g. ``` zend_class_entry ce; INIT_NS_CLASS_ENTRY(ce, GUZZLE_NS, "Client", guzzle_client_method); guzzle_client_ce = zend_register_internal_class(&ce); zend_do_implement_trait(guzzle_client_ce, PsrLogLoggerTrait_ce_ptr); zend_do_bind_traits(guzzle_client_ce); // zend_add_trait_method --> zend_arena_alloc error

help wanted

I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/php/psr-252 If...

``` 1. CacheItem has get() method that has 2 responsibilities - calling ->isHit() then decide return null or not null. Simple second argument with reference could solve the issue. Additional...

https://wiki.php.net/rfc/deprecate-implicitly-nullable-types

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. Release notes Sourced from cachix/install-nix-action's releases. v30 Nix: 2.24.7 -> 2.24.9, fixing GHSA-6fjr-mq49-mm2c Commits 08dcb3a Merge pull request #217 from Enzime/bump 4204e15 nix: 2.24.8...

dependencies