[Bug 1173773] Review Request: php-bantu-ini-get-wrapper - Convenience wrapper around PHP's ini_get() function

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 13 16:17:17 UTC 2014


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



--- Comment #7 from Remi Collet <fedora at famillecollet.com> ---
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


More information about the package-review mailing list