Page MenuHomeDevCentral

Upgrade to PHP 7.1.2
ClosedPublic

Authored by dereckson on Feb 19 2017, 20:42.
Tags
None
Referenced Files
F7159632: D921.id2338.diff
Mon, Apr 21, 16:32
F7159597: D921.id2340.diff
Mon, Apr 21, 16:31
F7151786: D921.diff
Mon, Apr 21, 13:33
Unknown Object (File)
Sun, Apr 20, 05:12
Unknown Object (File)
Tue, Apr 15, 21:04
Unknown Object (File)
Tue, Apr 15, 15:30
Unknown Object (File)
Tue, Apr 15, 14:07
Unknown Object (File)
Mon, Apr 14, 20:03
Subscribers
None

Diff Detail

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

Event Timeline

$ arc patch D921
$ docker build -t nasqueron/php-cli .
...
Successfully built 964823d4ccbd
$ docker run --rm -it 964823d4ccbd bash
$ php -v
PHP 7.1.2 (cli) (built: Feb 19 2017 21:17:50) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.2, Copyright (c) 1999-2017, by Zend Technologies
$ php
<some test code>
This revision is now accepted and ready to land.Feb 19 2017, 23:11
This revision was automatically updated to reflect the committed changes.