Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:08.
Referenced Files
Unknown Object (File)
Tue, Dec 17, 09:25
Unknown Object (File)
Fri, Dec 13, 08:02
Unknown Object (File)
Mon, Dec 9, 21:45
Unknown Object (File)
Mon, Dec 9, 13:41
Unknown Object (File)
Mon, Dec 9, 13:09
Unknown Object (File)
Sat, Dec 7, 14:58
Unknown Object (File)
Fri, Dec 6, 11:18
Unknown Object (File)
Fri, Dec 6, 05:13

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.