Lancements de PhpStorm

Released: Apr 24, 2026

Mises à jour de 2026.1.1

Correctifs

  • PHP
    • Deprecations for PHP 8.5.
  • PHP Interpreters
    • IDE locks up completely when trying to run/debug a .php script inside a Docker container.
  • PHP Lib Stubs
    • Imagick Stubs: Update Imagick class constants to match PHP Extension 3.8.
  • PHP Quality Tools
    • PhpStorm PHPStan plugin should take advantage of Editor Mode.
  • PHP Type Inference: Generics
    • Support inference of callable return type based on its implementation.

Released: Mar 26, 2026

Mises à jour de 2026.1

Fonctionnalités

PhpStorm MCP tools

  • Thanks to the integrated MCP server, PhpStorm 2026.1 makes it easier to combine the power of your IDE with external AI coding agents like Claude Code, Windsurf, or Codex. Now, these agents can access more of PhpStorm's built-in capabilities:
    • Inspections and quick-fixes that enable agents to leverage PhpStorm's powerful static analysis engine.
    • IDE search capabilities, including PhpStorm's structural search and semantic search for code patterns.
    • Access to IDE...

Released: Mar 17, 2026

Mises à jour de 2025.3.4

Correctifs

  • PHP Debug
    • Problem with Xdebug and Lazy objects in 2025.3.3 (Collecting data).

Released: Feb 20, 2026

Mises à jour de 2025.3.3

Correctifs

  • Xdebug session suddenly closes as soon as it interacts with lazy object (native lazy objects are new in PHP 8.4).

Released: Jan 22, 2026

Mises à jour de 2025.3.2

Correctifs

  • PHP Debug
    • PHPStorm 2025.3: Xdebug session keeps refocusing current breakpoint.

Released: Jan 8, 2026

Mises à jour de 2025.3.1.1

Correctifs

  • PHP Inspections
    • PHP 8.5 Pipe operator: first class callable is not supported.
  • PHPDoc
    • PHPdoc isn't created on typing the opening comment (/**).
  • Core. Eel
    • WSL project settings are reset once after updating from 2025.3 or earlier versions.
  • Core. WSL
    • WSL2 project settings are reset after restart.

Released: Dec 8, 2025

Mises à jour de 2025.3

Fonctionnalités

  • PHP
    • PHP 8.5 support - PhpStorm 2025.3 supports all of the changes introduced in the recently released PHP 8.5. PHP 8.5 changes clone from a standalone keyword to a language construct that optionally accepts a second array parameter. Now, clone can clone an object and modify its properties in one expression, and PhpStorm helps you detect the syntax that can be updated in your code and replace it. In addition, PhpStorm 2025.3 ensures the proper usage of clone when it is promoted to...

Released: Oct 3, 2025

Mises à jour de 2025.2.3

Fonctionnalités

  • PHP8.5
    • Added support for 'array_first()' and 'array_last()'.

Released: Aug 29, 2025

Mises à jour de 2025.2.1

Correctifs

  • PHP
    • PHP 8.5: Final property promotion.
  • PHP Inspections
    • Replace promoted property with traditional: QF incorrectly converts final property.
    • Final modifier isn't allowed for promoted properties: Add QF to replace it to "public".
  • PHP Test
    • ${TESTED_NAME} and alike are not expanded for a generated phpunit test.
    • Coverage tool window isn't opened after run Pest test with coverage.
  • PHP Type Inference: Generics
    • PhpStorm 2025.2 incorrectly warns about Laravel Collection's has method arg type...

Released: Aug 5, 2025

Mises à jour de 2025.2

Fonctionnalités

  • Junie coding agent
    • MCP support - Support for the Model Context Protocol (MCP) allows you to connect Junie to external sources like databases, file systems, and APIs.
    • WSL 2 support - Junie can now work with projects that are located under the WSL 2 file system and opened in PhpStorm directly (via File | Open).
    • 30% speed increase - Junie can execute simple assignments, but it really shines when handling more complicated tasks, now with an up to 30% increase in prompt processing...