-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.5] Fix SQS Queue for PHP7.2 #22374
Conversation
Woho! ;) |
+1 would love to get the fix for Laravel 5.4 as well :) |
Only Laravel 5.5 LTS is supported. |
@GrahamCampbell would it be possible to do a release of Thank you in advance for the consideration. |
Thank you 🎆 |
Hi, problem still occurs from laravel 5.5.19 to 5.5.28. "count(): Parameter must be an array or an object that implements Countable" error still occurs. code li causes the error: |
@acaballes it would be helpful if you could provide a stack trace or tell us which framework file has the issue, and how to reproduce it. |
@sisve I have a form that submits post request for multiple files upload that looks like this for example:
...... and submitting the form and handles the post request in /var/www/app/Http/Requests/PostRequest.php:
.....additional information in Illuminate\Foundation\Http\Kernel handle:
now, I think the request is not capturing and sending the multiple files upload in the form? Thanks, |
Simple fix for issue #22373
Includes a test to prevent regression (this test fails on 7.2 without the fix).
I checked the Git history for this file. We can safely backport this fix all the way back to Laravel 5.1 if you want to backport PHP7.2 support to previous Laravel versions. Let me know, and I'll do PRs for the other versions for you.