M

Suivez nous

clamp() v2: A Small RFC, But a Big Step for PHP?

clamp() v2: A Small RFC, But a Big Step for PHP?

A new RFC proposes adding clamp() as a native function in PHP. This function would constrain a value within a defined range — just like in many modern languages (JavaScript, Kotlin, Rust…). clamp($value, $min, $max); // returns $min, $max or $value depending on the...
Magento’s Future: A Community Taking the Lead

Magento’s Future: A Community Taking the Lead

Last week, we looked back at Magento’s journey since 2007 (read that article here if you haven’t yet). That was the past. Now let’s talk about the future.Where is Magento headed? What are Adobe’s plans? And what role will the community play? From Adobe Commerce to a...
clamp() v2: A Small RFC, But a Big Step for PHP?

Qilin ransomware claims new victims across Europe

The cybercriminal group Qilin, operating under a ransomware-as-a-service model, has just published a new wave of victims on its leak site. Among them are the Spanish tax agency (Agencia Tributaria), the French municipalities of Saint-Claude and Elne, as well as...
Magento’s Future: A Community Taking the Lead

Magento: A Developer’s Long-Time Companion

Ah, Magento! For most of you reading this, it’s probably a love-hate relationship with our favorite stack. A bit like Rachel and Ross: we get mad at it often, but we’ll still defend it to the bitter end. Today, I want to take a moment to look back at the story of this...
clamp() v2: A Small RFC, But a Big Step for PHP?

Critical Vulnerability in Redis: RediShell (CVE‑2025‑49844)

A critical vulnerability has been found in Redis (CVE‑2025‑49844), the widely-used key-value store in web infrastructures. Dubbed RediShell, the flaw allows attackers to execute remote code by injecting malicious Lua scripts. The root cause lies in a use-after-free...