Vojtěch Svědiroh
Vojtěch Svědiroh
There seem to be issues with the current FTP server implementation existing for several years now, so I'm creating this thread to help with efforts to find and fix them....
While trying to upgrade between 0.9.3 and 0.10.0, I encountered the following message: ``` ERROR: You must provide either ManagerRegistry or ConnectionRegistry. ``` Both `$managerRegistry` and `$connectionRegistry` values in [DependencyFactoryCreator::create()](https://github.com/contributte/doctrine-migrations/blob/e553bc0439f9359bea05a715f1239b972fcff5f1/src/DependencyFactoryCreator.php#L26-L27)...
- bug fix - BC break? no - doc PR: not required Broken since 3.3.0 ([added property typehints](https://github.com/nette/http/commit/836c179cba0f8ca782559229c1d917b9be1a4d7b)) due to the code relying on `$sessionSection` property [being nullable](https://github.com/nette/http/blob/f26fae4a2d4093a3f76772d65e26e9a02915c976/src/Http/UserStorage.php#L95) and [preinitialized...