php How to compile AMQP extension for PHP 8.0 via Multistage Dockerfile Why do this?2020-12-03 there is no PECL AMQP extension compatible with PHP 8.0 so you cannot use docker-php-ext-install amqp & docker-php-ext-enable amqp Latest version 1.10.2 is
kubernetes How to set REMOTE_ADDR from HTTP_X_ORIGINAL_FORWARDED_FOR header when going through EZOIC proxy cache Prerequisites: kubernetes ingressyour varnish proxy cacheSymfony PHP applicationEdit your global Kubernetes Ingress Config Map in namespace ingress-nginx named nginx-configuration  and add use-forwarded-headers: true 2. In your Varnish proxy in section
xdebug Solved - PHPStorm xDebug remote Debug not working Every PHP developer should be familiar with remote Debugging via xDebug or Zend Debug but how to Debug not working Xdebug environment? Read our article. Xdebug remote debug will connect
symfony Resolve not working Symfony ESI/SSI caching If you have done this setup Symfony HttpCache and ESI - Working with Edge Side Includes and your application is still not loading from cache, here is solution for you.