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)
Wed, Nov 20, 12:03
Unknown Object (File)
Sun, Nov 10, 04:05
Unknown Object (File)
Sun, Nov 10, 03:08
Unknown Object (File)
Sun, Nov 10, 03:08
Unknown Object (File)
Sat, Nov 9, 22:19
Unknown Object (File)
Sat, Nov 9, 22:09
Unknown Object (File)
Sat, Nov 9, 21:29
Unknown Object (File)
Sat, Nov 9, 19:26
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.