EXE
WinGet
PhpStorm
JetBrains s.r.o. · 2021.3.3 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
PhpStorm-2021.3.3.exe /S
Log
PhpStorm-2021.3.3.exe /S /LOG="C:\Windows\Temp\PhpStorm-2021.3.3.exe.log"
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PhpStorm 2021.3.3
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2021.3.3
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
PhpStorm-2021.3.3.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.PhpStorm
Version
2021.3.3
Description
Lightning-smart PHP IDE
License
Proprietary
↗
Homepage
https://www.jetbrains.com/phpstorm/
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
PhpStorm 2021.3.3 is now available
Notable changes in this update:
- Fixed: IDE freezes and hangs when indexing WSL projects [IDEA-286059]
- Added: Ability to generate file name of file templates [IDEA-127570]
- Added: Shortcut for switching editor tabs switches projects tabs on Big Sur [IDEA-261595]
- Fixed: PuTTY SSH keys (.ppk) support [IDEA-284623]
- Fixed: Code style formating for php "Chained method calls" -> "Place ';' on new line" does not work correctly when assigning to variable [WI-6…