Page MenuHomeDevCentral

Upgrade to PHP 7.1.2
ClosedPublic

Authored by dereckson on Feb 19 2017, 20:42.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 03:31
Unknown Object (File)
Thu, Oct 30, 15:41
Unknown Object (File)
Sat, Oct 25, 15:09
Unknown Object (File)
Thu, Oct 23, 12:18
Unknown Object (File)
Mon, Oct 20, 01:33
Unknown Object (File)
Sat, Oct 18, 02:55
Unknown Object (File)
Fri, Oct 17, 11:24
Unknown Object (File)
Tue, Oct 14, 22:46
Subscribers
None

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.