Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:08.
Referenced Files
F10916941: D460.diff
Tue, Aug 5, 03:52
Unknown Object (File)
Fri, Aug 1, 11:25
Unknown Object (File)
Fri, Aug 1, 11:25
Unknown Object (File)
Fri, Aug 1, 11:00
Unknown Object (File)
Wed, Jul 30, 12:47
Unknown Object (File)
Thu, Jul 24, 08:21
Unknown Object (File)
Wed, Jul 23, 04:36
Unknown Object (File)
Tue, Jul 22, 19:23

Diff Detail

Repository
rDPHPFPM Docker image for Nginx, php-fpm
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 648
Build 768: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Upgrade PHP to 5.6.23..
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
dereckson retitled this revision from Upgrade PHP to 5.6.23. to Upgrade PHP to 5.6.23.Jul 5 2016, 13:18
dereckson updated this object.
Dwellers
$ mkdir /tmp/phpinfo
$ cat > /tmp/phpinfo/index.php
<?php phpinfo();
^D
$ docker run -dt -P -v /tmp/phpinfo:/var/wwwroot/default  nasqueron/nginx-php-fpm
db390fa30df62b272f7b2d9f3bca17ac5103f88c92028382fbda4d46f168f871
$ docker inspect db390fa
# ...port 80 is mapped as 32776...

http://dwellers.nasqueron.org:32776/

PHP Version 5.6.19

Container has reused a cached image. Rebuilding.

Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jul 6 2016, 10:31
This revision was automatically updated to reflect the committed changes.