Page MenuHomeDevCentral

Upgrade to PHP 7.1.4
ClosedPublic

Authored by dereckson on Apr 27 2017, 18:31.
Tags
None
Referenced Files
F11664195: D969.id.diff
Sun, Sep 7, 14:48
Unknown Object (File)
Sat, Sep 6, 21:39
Unknown Object (File)
Sat, Sep 6, 04:32
Unknown Object (File)
Fri, Sep 5, 22:24
Unknown Object (File)
Wed, Sep 3, 13:32
Unknown Object (File)
Thu, Aug 28, 04:06
Unknown Object (File)
Wed, Aug 27, 16:45
Unknown Object (File)
Wed, Aug 27, 16:33
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.