FFI extension usage with PHP 7.4
The FFI extension (Foreign Function Interface) give access to features from system libraries directly from PHP without any need to additional extension.Here is some examples, results of my tests of...
View ArticleInstall PHP 7.4 on CentOS, RHEL or Fedora
Here is a quick howto upgrade default PHP version provided on Fedora, RHEL or CentOS with latest version 7.4. Repositories configuration:On Fedora, standards repositories are enough, on Enterprise...
View ArticlePHP on the road to the 8.0.0 release
Version 8.0.0 Beta 3 is released. It's now enter the stabilisation phase for the developers, and the test phase for the users.RPM are available in the remi-php80 repository for Fedora ≥ 31 and...
View ArticleInstall PHP 8.0 on CentOS, RHEL or Fedora
Here is a quick howto upgrade default PHP version provided on Fedora, RHEL or CentOS with latest version 8.0.You can also follow the Wizard instructions. Repositories configuration:On Fedora, standards...
View ArticlePHP on the road to the 8.1.0 release
Version 8.1.0 Release Candidate 1 is released. It's now enter the stabilisation phase for the developers, and the test phase for the users.RPM are available in the remi-php81 repository for Fedora ≥ 33...
View Article