Topic: fonctions & versions

Je cherche la liste des versions de toutes les fonctions de PHP.

exemple : array_chunk >= 4.2.0

Y a-t-il un moyen simple de le faire. A l'exception de parcourir la doc PHP.net et d'en faire un tableau ?

il existe un outil tel que minversion (phpduck), mais il est complètement obsolète et l'auteur n'a toujours pas répondu à ma demande (j'ai mal formulé ma demande en anglais surement).

Merci

I am looking for a list of all versions of PHP functions.

example: array_chunk> = 4.2.0

I am looking for an easy way to do it ? Except browse the PHP doc and make a sheet.

There is a tool such as minVersion (phpduck), but it is completely outdated and the author has not responded to my request (I misstated my request in English probably).

thank you

Re: fonctions & versions

See http://php5.laurent-laville.org/compatinfo/blog/

yum install php-bartlett-PHP-CompatInfo
Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: fonctions & versions

Effectivement, c'est outil est vraiment très bien.

Merci Remi

Re: fonctions & versions

smile

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi