Use PSR-4 for Doctrine DBAL#621
Use PSR-4 for Doctrine DBAL#621Tobion wants to merge 1 commit intodoctrine:masterfrom Tobion:patch-2
Conversation
|
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DBAL-926 We use Jira to track the state of pull requests and the versions they got |
|
There is no advantage in porting a PSR-0 compliant library to PSR-4. Please don't change it unless there's an advantage in doing so. |
|
Advantage is it's faster |
|
I would rather ask what's the disadvantage of using PSR-4 in composer? |
|
@Tobion it's not faster. For production purposes, you are supposed to use |
|
Why would it not be faster in development? It's just as important. It removes the logic to load PEAR-like classes in this repo. So it's definitely faster. Again, what's the disadvantage? I don't see it. |
|
That's not I/O - the performance impact is negligible |
symfony/symfony#11189 for Doctrine DBAL