Alexandre Quercia

Results 141 comments of Alexandre Quercia

@e1himself > However, I don't think it is feasible to move the fork closer to Symfony 2+ and keep backwards compatibility at the same time. The goal will not to...

> Most probably people are just looking for security patches and new PHP versions compatibility to keep their legacy running. Maybe but a deprecated framework can not have an infinite...

:information_source: I had just add "Summary of comments" section to the [description][0] of this issue. Any feedbacks are welcome. [0]: https://github.com/FriendsOfSymfony1/symfony1/issues/201#issue-379352219

Hello @mbrung, @axelusarov As, I know, there are not any plans to fix PHP compatibility issues yet. ### A short view on CI Regarding the [nightly build](https://travis-ci.org/github/FriendsOfSymfony1/symfony1/jobs/772313153) that run PHP...

Trying to answer what PHP versions are still installed, sf1. I found that Packagist can contribute to answer to this question. [friendsofsymfony1/symfony1 statistics PHP Versions](https://packagist.org/packages/friendsofsymfony1/symfony1/php-stats#1) This can give an idea...

Summary -------- * test/bin/test php73 highest * Failed 1/236 test scripts, 99.58% okay. 1/7477 subtests failed, 99.99% okay. * test/bin/test php74 highest * Failed 1/236 test scripts, 99.58% okay. 1/7477...

What's news ? ===== symfony1 --------- Good vibes for following PRs * #262 * #263 * #266 | PHP version | Status | ---- | ---- | php80 | :green_circle:...

Hello there, @gigo6000 Your upgrade steps are good. In order to have one shared reference for upgrade steps. I invite you to create a pull request with them on [UPGRADE.md][0]...

This PR duplicate #184 See https://github.com/FriendsOfSymfony1/symfony1/pull/184#issuecomment-406818771 for the technical reason.

@hugochinchilla The concern is that implementing auto-wiring is more harder than just doing what you done. IMHO the only issue here is a conceptual bug about the non ability to...