PhpStorm Releases

Released: Jul 2, 2026

Updates in 2026.1.4

Released: Jun 4, 2026

Updates in 2026.1.3

Fehlerkorrekturen

  • Documentation
    • "What's new in PHPStorm" tab shows No content found for this page in 2026.1.3 RC.
  • PHP Inspections
    • Getter/Setter can be replaced with hook: breaks with parent:: usage.
  • PHP Quality Tools
    • PHPStan timeout / not analyzing individual files / not killing abandoned processes.
  • Plugin: Psalm
    • Method return type described with array shape isn't parsed in @method annotation.

Released: Apr 24, 2026

Updates in 2026.1.1

Fehlerkorrekturen

  • 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

Updates in 2026.1

Funktionen

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 actions...

Released: Mar 17, 2026

Updates in 2025.3.4

Fehlerkorrekturen

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

Released: Feb 20, 2026

Updates in 2025.3.3

Fehlerkorrekturen

  • 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

Updates in 2025.3.2

Fehlerkorrekturen

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

Released: Jan 8, 2026

Updates in 2025.3.1.1

Fehlerkorrekturen

  • 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

Updates in 2025.3

Funktionen

  • 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 a...

Released: Oct 3, 2025

Updates in 2025.2.3

Funktionen

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