http-foundation icon indicating copy to clipboard operation
http-foundation copied to clipboard

Defines an object-oriented layer for the HTTP specification

Results 3 http-foundation issues
Sort by recently updated
recently updated
newest added

Typed property Symfony\Component\HttpFoundation\Request::$isSafeContentPreferred must not be accessed before initialization set $isSafeContentPreferred = false; Not sure if this option was preferred.

See PHP RFC: Deprecate autovivification on false https://wiki.php.net/rfc/autovivification_false Got the error on a Drupal instance with memcache module and memcache_admin sub module enabled. PHP: 8.1.11 Drupal core: 9.5.0-rc1 memcache module...