The release date will be probably in December, 2019. But here is some new features that’ll be available in this version and here is the most important RFC (Request for comments)
PHP 8: Introducing JIT
Basically, the PHP scripts are compiled into instructions, which are called opcodes that are understandable to the machine. Opcodes are low-level, and hence faster to translate to machine code as compared to the original PHP code.
Gitlab-CI using Panther and Symfony 4
I tried to test my Symfony 4.1 app using gitlab-ci. Basically, when we Test PHP application we require php-cli docker image to execute composer install, phpunit.But in this case I have a node packages to install, a React App in the front to test and a Rest API to test with my React Application.
Génération d'un pdf
Salut à tous, Dans cet article, je vais vous expliquer l’utilisation de la classe php FPDF que grâce a elle on peut générer automatiquement un fichier pdf paramétré qu’on peut le stocker dans un dossier ou l’afficher afin de le télécharger.