Page MenuHomeDevCentral

Upgrade to PHP 7.1.2
ClosedPublic

Authored by dereckson on Feb 19 2017, 20:42.
Tags
None
Referenced Files
F11664662: D921.id.diff
Sun, Sep 7, 15:49
Unknown Object (File)
Sun, Sep 7, 00:57
Unknown Object (File)
Sat, Sep 6, 17:39
Unknown Object (File)
Sat, Sep 6, 10:53
Unknown Object (File)
Fri, Sep 5, 02:01
Unknown Object (File)
Thu, Sep 4, 02:39
Unknown Object (File)
Wed, Sep 3, 15:06
Unknown Object (File)
Tue, Sep 2, 13:02
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.