Page MenuHomeDevCentral

Upgrade to PHP 7.1.4
ClosedPublic

Authored by dereckson on Apr 27 2017, 18:31.
Tags
None
Referenced Files
F11774653: D969.diff
Sun, Sep 21, 09:13
F11756551: D969.id2478.diff
Sat, Sep 20, 18:13
Unknown Object (File)
Fri, Sep 19, 19:35
Unknown Object (File)
Tue, Sep 16, 17:43
Unknown Object (File)
Mon, Sep 15, 07:48
Unknown Object (File)
Mon, Sep 15, 02:13
Unknown Object (File)
Fri, Sep 12, 21:51
Unknown Object (File)
Thu, Sep 11, 11:01
Subscribers
None

Details

Test Plan

Rebuild image

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 1509
Build 1757: arc lint + arc unit

Event Timeline

$ docker build ...
Successfully built d88eddcc0e47
$ docker run --rm -it d88eddcc0e47 bash                                                                                     
$ php -v
PHP 7.1.4 (cli) (built: Apr 27 2017 18:58:42) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.4, Copyright (c) 1999-2017, by Zend Technologies
$ php
<?= 1+1 ?>
2
This revision is now accepted and ready to land.Apr 27 2017, 19:13
This revision was automatically updated to reflect the committed changes.