Page MenuHomeDevCentral

Upgrade to PHP 7.1.2
ClosedPublic

Authored by dereckson on Feb 19 2017, 20:42.
Tags
None
Referenced Files
F3994958: D921.diff
Fri, Jan 10, 23:27
Unknown Object (File)
Wed, Jan 8, 12:42
Unknown Object (File)
Mon, Dec 16, 06:32
Unknown Object (File)
Mon, Dec 16, 06:32
Unknown Object (File)
Mon, Dec 16, 06:17
Unknown Object (File)
Mon, Dec 16, 05:51
Unknown Object (File)
Dec 12 2024, 05:27
Unknown Object (File)
Dec 11 2024, 11:52
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.