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)
Wed, Jun 4, 14:36
Unknown Object (File)
Wed, Jun 4, 09:16
Unknown Object (File)
Sat, May 31, 16:41
Unknown Object (File)
Tue, May 27, 02:45
Unknown Object (File)
Tue, May 20, 04:27
Unknown Object (File)
Sat, May 17, 21:19
Unknown Object (File)
Fri, May 16, 16:35
Unknown Object (File)
Fri, May 16, 14:09
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.