php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
MIT License
246 stars 72 forks source link

Fix file upload in Symfony v5 #169

Closed mathieudz closed 4 years ago

mathieudz commented 4 years ago

UploadedFile lost a parameter in Symfony v4.1, and compatbility was removed in v5. The number of parameters is checked using reflection.