Hi Shawn,

Le 28/05/2018 à 22:43, notificati...@fedoraproject.org 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


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org/message/NXVVNKGY4OEOKN6Y2AXJYFUBHDU53TYB/

Reply via email to