Page MenuHomeDevCentral

Upgrade to PHP 7.1.2
ClosedPublic

Authored by dereckson on Feb 19 2017, 20:40.
Tags
None
Referenced Files
F13105744: D920.id2337.diff
Wed, Nov 19, 04:45
F13102541: D920.diff
Wed, Nov 19, 03:34
Unknown Object (File)
Tue, Nov 18, 02:25
Unknown Object (File)
Tue, Nov 18, 02:25
Unknown Object (File)
Mon, Nov 17, 18:20
Unknown Object (File)
Fri, Nov 14, 06:32
Unknown Object (File)
Sat, Nov 8, 00:47
Unknown Object (File)
Fri, Nov 7, 21:29
Subscribers
None

Diff Detail

Repository
rDPHPVIIFPM Docker image to install nginx, PHP 7 and fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 1419
Build 1667: arc lint + arc unit

Event Timeline

$ arc patch D920
$ docker build -t nasqueron/nginx-php7-fpm .
...
Successfully built 689939e0152a
$ docker run --rm -it 689939e0152a bash
root@84fe279890d6:/# php -v
PHP 7.1.2 (cli) (built: Feb 19 2017 21:19:07) ( 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
This revision is now accepted and ready to land.Feb 19 2017, 23:01
This revision was automatically updated to reflect the committed changes.