Topic: Why PHP version 7.2.10 Having Official 7.2.9?

Hello,

I'm really confused seeing the latest PHP version is 7.2.9 on php.net, and the same time seeing version 7.2.10 is provided by remi repo. How is it possible?
Thank you.

sudo yum check-update
Loaded plugins: fastestmirror, langpacks
Determining fastest mirrors
epel/x86_64/metalink                                                                                              |  17 kB  00:00:00     
* base: mirror.jaleco.com
* epel: fedora-epel.mirror.lstn.net
* extras: mirror.jaleco.com
* remi-php72: repo1.dal.innoscale.net
* remi-safe: repo1.dal.innoscale.net
* updates: mirror.jaleco.com
base                                                                                                              | 3.6 kB  00:00:00     
drivesrvr                                                                                                         | 2.9 kB  00:00:00     
epel                                                                                                              | 3.2 kB  00:00:00     
extras                                                                                                            | 3.4 kB  00:00:00     
rackspace                                                                                                         | 2.9 kB  00:00:00     
remi-php72                                                                                                        | 2.9 kB  00:00:00     
remi-safe                                                                                                         | 2.9 kB  00:00:00     
updates                                                                                                           | 3.4 kB  00:00:00     
(1/11): epel/x86_64/group_gz                                                                                      |  88 kB  00:00:00     
(2/11): drivesrvr/primary_db                                                                                      |  17 kB  00:00:00     
(3/11): epel/x86_64/updateinfo                                                                                    | 943 kB  00:00:00     
(4/11): epel/x86_64/primary                                                                                       | 3.6 MB  00:00:00     
(5/11): base/7/x86_64/primary_db                                                                                  | 5.9 MB  00:00:00     
(6/11): rackspace/primary_db                                                                                      | 2.4 kB  00:00:00     
(7/11): base/7/x86_64/group_gz                                                                                    | 166 kB  00:00:00     
(8/11): remi-php72/primary_db                                                                                     | 196 kB  00:00:00     
(9/11): updates/7/x86_64/primary_db                                                                               | 5.2 MB  00:00:00     
(10/11): remi-safe/primary_db                                                                                     | 1.3 MB  00:00:00     
(11/11): extras/7/x86_64/primary_db                                                                               | 187 kB  00:00:00     
epel                                                                                                                         12679/12679

php.x86_64                                                      7.2.10-1.el7.remi                                             remi-php72
php-cli.x86_64                                                  7.2.10-1.el7.remi                                             remi-php72
php-common.x86_64                                               7.2.10-1.el7.remi                                             remi-php72
php-gd.x86_64                                                   7.2.10-1.el7.remi                                             remi-php72
php-intl.x86_64                                                 7.2.10-1.el7.remi                                             remi-php72
php-json.x86_64                                                 7.2.10-1.el7.remi                                             remi-php72
php-mbstring.x86_64                                             7.2.10-1.el7.remi                                             remi-php72
php-mysqlnd.x86_64                                              7.2.10-1.el7.remi                                             remi-php72
php-opcache.x86_64                                              7.2.10-1.el7.remi                                             remi-php72
php-pdo.x86_64                                                  7.2.10-1.el7.remi                                             remi-php72
php-pecl-apcu.x86_64                                            5.1.12-1.el7.remi.7.2                                         remi-php72
php-pecl-apcu-bc.x86_64                                         1.0.4-1.el7.remi.7.2                                          remi-php72
php-pecl-zip.x86_64                                             1.15.3-1.el7.remi.7.2                                         remi-php72
php-soap.x86_64                                                 7.2.10-1.el7.remi                                             remi-php72
php-xml.x86_64                                                  7.2.10-1.el7.remi                                             remi-php72
php-xmlrpc.x86_64                                               7.2.10-1.el7.remi                                             remi-php72
Obsoleting Packages
php-pecl-mcrypt.x86_64                                          1.0.1-6.el7.remi.7.2                                          remi-php72
    php-mcrypt.x86_64                                           7.0.32-1.el7.remi                                             @remi-php70

Re: Why PHP version 7.2.10 Having Official 7.2.9?

Because of release process, new versions are tagged on Tuesday.
See => https://github.com/php/php-src/blob/mas … SE_PROCESS

See => https://github.com/php/php-src/releases/tag/php-7.2.10
(yes, tagged by me, I'm also the upstream Release Manager for 7.2, https://secure.php.net/gpg-keys.php)

Then we wait 2 days before official announcement on Thursday
Builds for my repository (and Microsoft ones), are part of the late-QA (I already blocked various releases because of something really wrong)

So you have the new version 7.2.10 a few "hours" before the announcement
I will publish the news on php.net tomorrow around noon (UTC)


Hope everything is more clear wink


P.S. BTW, until official announcement, these build cannot be considered as official, only as QA build (even if will stay the same binary)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Why PHP version 7.2.10 Having Official 7.2.9?

Thank you for the fast reply, this great repo and your work!

Re: Why PHP version 7.2.10 Having Official 7.2.9?

smile

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Why PHP version 7.2.10 Having Official 7.2.9?

Announced wink
https://secure.php.net/archive/2018.php#id2018-09-13-1

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi