ThauEx

Results 94 comments of ThauEx

So before this condition (https://github.com/KnpLabs/knp-components/blob/master/src/Knp/Component/Pager/Paginator.php#L91) there should be a check, whether `$itemsEvent->item` is an array or `ArrayIterator`. For now it could be a deprecation message and later a strict check....

I will check this next week again, maybe I can provide an example.

I tried to have a deeper look, but the curl client is quite complex... In my case, the client opens a page with a form, attaches a file and submits...

Here is the sample project to reproduce the issue: https://github.com/ThauEx/symfony-issue-44443 If you have any questions, tell me. When I applied my change to this project, it was working, without it...

@xabbuh it has now been a while and I prepared a reproduceable sample project, is there any update? I would love to get this issue solved soon.

When I noticed this issue, uwsgi was used as webserver.

I'm still waiting for some reactions. I provided an example to reproduce the issues and a fix. But the fix doesn't seem to be the correct way to fix it.

Just tested with Symfony 6.3.4 and the issue is still not fixed. How can I help fixing it? I provided demo, to reproduce it and I opened the issue almost...