Hi Shawn, Le 28/05/2018 à 22:43, [email protected] a écrit : > + %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 > + '%{phpdir}/Zend/Cache/autoload.php', > + '%{phpdir}/Zend/Log/autoload.php', > + %else > '%{phpdir}/Zend/autoload.php', > + %endif
A simpler way can be to let fedora/autoloader manage it
i.e. component autoloader if exists, else global one
[
'%{phpdir}/Zend/Cache/autoload.php',
'%{phpdir}/Zend/autoload.php',
], [
'%{phpdir}/Zend/Log/autoload.php',
'%{phpdir}/Zend/autoload.php',
],
Cheers,
Remi
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/NXVVNKGY4OEOKN6Y2AXJYFUBHDU53TYB/
