Sergei Predvoditelev

Results 101 comments of Sergei Predvoditelev

I will be very grateful if you make a patch release in version 5 with fixed of this error.

Пока под iPad не тестировал, но в планах заняться.

Also need environment "test"

Seems, variant with `definitions` more simplify: ``` definitions/*.php definitions-web/*.php definitions-console/*.php bootstrap.php bootstrap-web.php bootstrap-console.php events.php events-web events-console.php params.php providers.php providers-web.php providers-console.php routes-backend.php routes.php ``` VS ``` common/*.php console/*.php web/*.php bootstrap.php bootstrap-web.php...

Hello @andrew-svirin ! Gii will be: https://github.com/yiisoft/yii-gii Popular use cases we will add to documentation. Yii3 component-based PHP framework and using different packages (not only yii) to solve the same...

@k-samuel On which version of PHP were these benchmarks done?

Seems, problem [here](https://github.com/yiisoft/view/blob/b87d31d5888d5a40dc2f0328e5c006b5440a2f77/config/web.php#L39). On first request container parse [definitions](https://github.com/yiisoft/view/blob/b87d31d5888d5a40dc2f0328e5c006b5440a2f77/config/web.php#L33-L35) and convert their to objects, but on [reset](https://github.com/yiisoft/view/blob/b87d31d5888d5a40dc2f0328e5c006b5440a2f77/config/web.php#L39) this is not happening.

Maybe create this requirement? `(int) $input` looks good.