Page MenuHomeDevCentral

Upgrade to PHP 7.1.4
ClosedPublic

Authored by dereckson on Apr 27 2017, 18:31.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 3, 18:39
Unknown Object (File)
Mon, May 26, 11:08
Unknown Object (File)
Fri, May 16, 21:48
Unknown Object (File)
Thu, May 15, 17:53
Unknown Object (File)
Thu, May 15, 16:15
Unknown Object (File)
Thu, May 15, 15:33
Unknown Object (File)
Wed, May 14, 22:13
Unknown Object (File)
Sun, May 11, 15:38
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.