maxkain
maxkain
Server reload function does not work as needed, I can not update workers from new sources in Symfony app using k911/swoole-bundle. Sometimes it works in controllers, sometimes not. And never...
**swoole:server:reload** command does not work with **opcache_enabled_cli**. Tried **opcache_reset()**, no result.
Maybe it is Symfony issue, but it works fine with php-fpm or APP_DEV for unknown reasons. Some errors are not hanled, messages disappear, for example php type error of function...
Pid file always is created at the **var/swoole.pid** path. If using command option **--pid-file=var/some_path/swoole.pid**, server starts, file is created there, but it is empty and server stops only by **kill**...
With this runtime remember_me is not set. I changed few lines of method reflectSymfonyResponse of SymfonyHttpBridge from: ```php foreach ($sfResponse->headers->all() as $name => $values) { foreach ((array) $values as $value)...
I'll leave this here, maybe it will be usefull [EAV bundle](https://github.com/maxkain/eav-bundle)
Add simple inner collection (collection in collection) field with TextType to reproduce. It works normal if you add 'form_errors(form)' call after 'form_widget(form)' in 'collection_entry_row' block of form theme. Besides, accordions...