Anthonius Munthi

Results 4 comments of Anthonius Munthi

this should be fixed by using `CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'` I have found that in arch php configure can't find openssl library, so I need to add phpbrew command with `-- --with-openssl`....

Yes, travis build is slow. I propose using github action to do the build. Here's a sample of symfony build: https://github.com/symfony/symfony/runs/1487071210?check_suite_focus=true A sample of github action config: https://github.com/kilip/api-platform-laravel/blob/master/.github/workflows/ci.yml If agreed,...

Anyone working on this issue now? Please feel free assign me to this task.

That lastLogin is caused by this listener: https://github.com/FriendsOfSymfony/FOSUserBundle/blob/5d2145777fa1d61ba27ba4c1e7016f3c3e7ee7ba/EventListener/LastLoginListener.php#L58-L69 I am not sure how to disable this listener. Maybe you can modify this LastLoginListener service as described in: https://symfony.com/doc/current/bundles/override.html#services-configuration