PHP
php.net › downloads.php
PHP: Downloads
PHP 8.5.4 Released!
PHP.Watch
php.watch › versions
PHP Versions • PHP.Watch
PHP 8.5 is the latest PHP version, bringing major new syntax and features such as the Pipe operator syntax and the new URI extension.
Which to use? PHP version 8.2, 8.3, 8.4, 8.5?
8.5 isn't fully released, and won't be for a few months still. You could still use it, but you may experience issues. As for whether to use it it over 8.2 or 8.3, I would always advise using the latest stable version, as you benefit from all the new features, and maximise the window of support for the actual version of PHP. I believe PHP versions recieve support now for bugs for 1 year and security updates for 2 years, or possibly vice versa. You should treat updates to PHP very similarly to phone updates. Whilst your phone hardward may stay the same, updating adds new features and security fixes, and if you don't update, then you are more likely (even if it is only by a tiny amount) to experience issues or fall victim to securit problems. More on reddit.com
What is the oldest PHP Version you still have to maintain and why? What do you miss the most from the current versions? Share your grief with us.
5.6 Zero tests ~14 year old codebase in some parts, most of it is rawdog php and includes. No class structure beyond what we've added for new features. Client actively beligerant at this point to our original agreed goal of them getting 7.x running alongside it on their hardware, and moving portions of the app over as they are worked on, so there's no feature freeze for 12-18 months as it's migrated. They've brought in a second outsourced team as we "aren't moving fast enough" / actually giving a damn to fix security flaws when we find them. This outsourced team is going as well as you'd expect from hearing the term "outsourced team"... Hoping they either get their head out of their ass, or we can cut them off as a client at somepoint. It's just not worth it. More on reddit.com
Should I update from PHP 7.4 ?
PHP versions below 8.1 are no longer being supported ( https://php.watch/versions ) i.e. if a bug or vulnerability is discovered in 7.4 or 8, it ain't getting fixed. There's not really any reason to NOT upgrade. Recent versions offer performance improvements. You should always be running up to date WP, theme and plugins anyway - if you're running a plugin or theme that requires php 7.4, it's just a matter of time until you're hacked, because the theme/plugin isn't getting patched. More on reddit.com
How to check PHP version?
The URL given is one that works with the script they provide or expect you to write. There's no built-in "magic URL" to show that information with PHP. A HTML page of configuration information can be generated in PHP code using phpinfo() You may also want to pay attention to the top section of phpinfo() output that lists the ini files read, to make sure you're editing the right files. This same information is available on the command line through the following commands: php -i (full information similar to phpinfo()) php -m (enabled modules / extensions) php -v (version) php --ini (ini files read) See also php --help for more command-line options. Note that you can also set most ini settings at runtime in a script using ini_set() . In this specific case see also the error_reporting() function. More on reddit.com
How many versions of PHP are there?
There have been multiple major versions: 1.0, 2.0, 3.0, 4.0, 5.x, 7.x, and 8.x. Each major version includes minor releases and updates.
cloudways.com
cloudways.com › home › php version history: brief timeline of the world's most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
What is the latest PHP version in 2026?
The latest stable PHP version in 2026 is PHP 8.5. It was officially released in November 2025 and is the recommended version for new projects and production environments.
cloudways.com
cloudways.com › home › php version history: brief timeline of the world's most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
Which version of PHP is the best?
As of 2026, PHP 8.5 is the latest stable release and the recommended version for new projects. It offers improved performance, enhanced type safety, better debugging tools, and modern language features. If your hosting provider does not yet support PHP 8.5, PHP 8.4 remains a stable and production-ready option.
cloudways.com
cloudways.com › home › php version history: brief timeline of the world's most used backend language
PHP Version History: Brief Timeline of World’s Most Used Back-end ...
Videos
08:23
What’s New in PHP 8.5? (Release Date + Must-Know Features) - YouTube
16:01
PHP 8.5: Full Review – What’s New & What Changed! - YouTube
01:21:33
[VOD] PHP 8.5 New Feature & State of PHP in 2025 - YouTube
08:37
PHP Latest Versions Guide [PHP 7.4, PHP 8.0 and 8.3.] - YouTube
00:52
PHP Update Hype: Everyone’s Upgrading Fast! - YouTube
03:18
How to update PHP version in WordPress (Easiest Way)(2026 Guide) ...
End of Life Date
endoflife.date › php
PHP | endoflife.date
3 days ago - The PHP Release Cycle was extended in March 2024 from 3 to 4 years: 2 years of bug fixes, and 2 years of security fixes.
PHP.Watch
php.watch › versions › 8.4 › releases
PHP 8.4 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.4 is an actively maintained branch, and will receive active bug fix and security updates until 2026-12-31 · Version Status · Supported · Latest Release · 8.4.19 · PHP 8.4 reaches End Of Life (EOL) 2028-12-31 · PHP 8.4 active support ends 2026-12-31 ·
PHP
windows.php.net › download
PHP For Windows: Binaries and sources Releases
More recent versions of PHP are built with VS16 or VS17 (Visual Studio 2019 or 2022 compiler respectively) and include improvements in performance and stability.
PHP.Watch
php.watch
PHP.Watch: PHP Articles, News, Upcoming Changes, RFCs, and more
PHP 8.5 is the latest PHP version, bringing major new syntax and features such as the Pipe operator syntax and the new URI extension.
PHP.Watch
php.watch › versions › 8.3 › releases
PHP 8.3 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.3 is the latest stable PHP version, bringing typed class constants, Granular DateTime Exceptions, fallback value support for PHP INI Environment Variable syntax, and more.
PHP.Watch
php.watch › versions › 8.2 › releases
PHP 8.2 releases, Docker images, source code downloads, and Windows binary downloads
PHP 8.2 is the latest PHP version which brings readonly classes, DNF types, null, false, and true types, sensitive parameter redaction support, a new random extension, and several new features along with a few deprecations.
Bluehost
bluehost.com › help center › php › what is the latest supported php version?
What is the Latest Supported PHP Version?
Updating your PHP version is important for the security and performance of your website. The latest version of PHP available for our shared servers is 8.4, and it is ideal to upgrade to a currently supported version if you are using PHP 7.3 or 7.4.
Reddit
reddit.com › r/php › which to use? php version 8.2, 8.3, 8.4, 8.5?
r/PHP on Reddit: Which to use? PHP version 8.2, 8.3, 8.4, 8.5?
September 5, 2025 -
I'm new to this and this is kind of a silly question but I am curious? What's the benefit of using 8.2 or 8.3 even though newer 8.5 has come out? and Do I have to keep changing my PHP version for my projects as newer version roll out?
Top answer 1 of 33
48
8.5 isn't fully released, and won't be for a few months still. You could still use it, but you may experience issues. As for whether to use it it over 8.2 or 8.3, I would always advise using the latest stable version, as you benefit from all the new features, and maximise the window of support for the actual version of PHP. I believe PHP versions recieve support now for bugs for 1 year and security updates for 2 years, or possibly vice versa. You should treat updates to PHP very similarly to phone updates. Whilst your phone hardward may stay the same, updating adds new features and security fixes, and if you don't update, then you are more likely (even if it is only by a tiny amount) to experience issues or fall victim to securit problems.
2 of 33
21
New versions: new features for developers and changes to make the language better. (+ Bugfixes, etc.) If you want to learn php any version is fine, but probably the last stable version is best for you (8.4). If you want to maintain a existing project, it depends on the project which version is supported. Like in every software there exists bugs and so you need a supported version. If you use an unsupported version there is a higher risk of security breaches if it's part of the Internet. (Independent there can always bugs in the code of you're project: a supported php version doesn't mean you're safe). That is a short summary that may be not completely correct but helpful for you.
Zend
zend.com › blog › php-latest-version
Why PHP Updates Matter: The Benefits of Using the Latest PHP Version | Zend
September 28, 2023 - The current version of PHP is PHP 8.4, which released on November 21, 2024. All teams should consider a PHP update to PHP 8.4 at their earliest convenience as it is the latest PHP version.Back to top