https://bugzilla.redhat.com/show_bug.cgi?id=1173773



--- Comment #7 from Remi Collet <[email protected]> ---
I really think PSR-4 have no collision risk.

All libraries/classes name use a <prefix> vendor (as in PSR-0, even if some
libraries doesn't have it...)

PSR-4 is only a shorcut for distribution (simplified src tree)

PSR4: 
you find vendor\floo classes in /usr/share/php/vendor/foo
so       vendor\foo\bar      => /usr/share/php/vendor/foo/bar.php

PSR-0
you find vendor\floo classes in /usr/share/php
so       vendor\foo\bar      => /usr/share/php/vendor/foo/bar.php

PSR-4 have just dropped the compat case for not namespaced classes (from old
PEAR time)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to