Page MenuHomeDevCentral

Upgrade to PHP 7.1.4
ClosedPublic

Authored by dereckson on Apr 27 2017, 18:31.
Tags
None
Referenced Files
F7709781: D969.diff
Thu, May 1, 11:31
Unknown Object (File)
Sun, Apr 27, 13:55
Unknown Object (File)
Fri, Apr 25, 12:51
Unknown Object (File)
Thu, Apr 24, 14:29
Unknown Object (File)
Mon, Apr 21, 19:38
Unknown Object (File)
Mon, Apr 21, 18:06
Unknown Object (File)
Mon, Apr 21, 13:32
Unknown Object (File)
Mon, Apr 21, 06:00
Subscribers
None

Details

Test Plan

Rebuild image

Diff Detail

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

Event Timeline

$ docker build ...
Successfully built d88eddcc0e47
$ docker run --rm -it d88eddcc0e47 bash                                                                                     
$ php -v
PHP 7.1.4 (cli) (built: Apr 27 2017 18:58:42) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.4, Copyright (c) 1999-2017, by Zend Technologies
$ php
<?= 1+1 ?>
2
This revision is now accepted and ready to land.Apr 27 2017, 19:13
This revision was automatically updated to reflect the committed changes.