unread
Hi,
As was announced a couple of months ago, PHP 7.0 should get its own branch
when PHP 5.4 goes EOL. 5.4 has reached its EOL today, thus PHP-7.0 was just
branched out.
This means, it turns back to the usual commit workflow. As of now, any
patches targeting 7.0 have to be merged into PHP-7.0 and then into master.
In general, there are two commit flows for the normal bug fixing in the
active branches ATM
7.0 => master
5.6 => 7.0 => master
The documentation regarding the git process, as well as bugs.php.net and
lxr.php.net will be updated soon.
The NEWS file in master should contain the entries relevant for master only.
The entries relevant to PHP 7.0 should go into NEWS in the PHP-7.0 branch,
not into master anymore.
Regards
Anatol