Is there a webpage which tells me when the next version of PHP is planned for release? [closed]

Solution 1:

Planning in opensourcesoftware projects is often whenever it is ready or necessary and you can only get notifications after the actual release.

Most open source projects maintain, arguably old-school , mailing lists and will often maintain an announcements list that is very low volume to announce the release of new versions and major events. See https://www.php.net/mailing-lists.php

The archive of the php announcement list doesn’t seem to contain a message of the 8.0 release though so that might not be the most useful to subscribe to anymore. https://news-web.php.net/group.php?group=php.announce

Otherwise: many open source projects use open development platforms that also non-contributors can follow and subscribe to. PHP uses GitHub which offers the option to subscribe and receive notifications whenever a new release is created there. See https://github.com/php/php-src/releases
Sign in —> watch —> custom —> releases