Overview for 'php'
Written by Rob Allen
/ Original link
on Jul. 26, 2022
I have recently set up a new M2 MacBook Air and as usual, installed Homebrew and then installed PHP. Homebrew is always up to date, so it installed PHP 8.1 for me. Again, as usual, I installed Xdebug using pecl install xdebug. This whirrs and clicks for a while downloading and compiling the xdebug.…
Written by JoliCode
/ Original link
on Jul. 5, 2022
Or: How FPM status page can help when some URLS are blocked? I changed some code in my application, and now the tests suite is failing with many timeout errors. Huh?! 😮 What happened? The initial setup Before my changes, we had the following application flow: someone create a "project" (POST /proje…
Written by JoliCode
/ Original link
on Jun. 8, 2022
EDIT: There were two typos in this article. In the formula we were wrong about the position of one of the arguments which made it wrong, we invite you to check again the formula so you can fix it too. And in the Elasticsearch painless script, a subtlety of the Java language will make a division of…
Written by JoliCode
/ Original link
on May. 23, 2022
Eh oui, vous l'aurez deviné, c'est à Lille que s'est tenu l'AFUP Day 2022 ! Voici ce que nous en avons retenu, entre un welsh et une carbonade. Autour de PHP PHP 8.1 en détail - Damien SEGUY Quoi de mieux pour démarrer la journée qu'un talk sur le PHP ? Damien nous parle de cette nouvelle version,…
Written by JoliCode
/ Original link
on Mar. 18, 2022
What a strange idea! Once upon a time, a developer was asked to move a form from one application to another. The source application was a Symfony app. The target application was WordPress, the CMS that runs the Web. Follow us in that journey that will take you to the edge of what is possible and wh…
Written by php[architect] - The site for PHP professionals
/ Original link
on Feb. 25, 2022
This month’s release touches on some examples that keep PHP and its community strong, relevant, and a fun language to code. Ken Marks continues his series on using PHP and a Rasberry Pi in a real-world example with Raspberry Pi Part 2 – Installing the LAMP Stack on your Pi. As developers, we live a…