Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:08.
Referenced Files
Unknown Object (File)
Sun, Feb 16, 19:20
Unknown Object (File)
Sat, Feb 15, 04:00
Unknown Object (File)
Sat, Feb 15, 00:43
Unknown Object (File)
Thu, Feb 13, 11:52
Unknown Object (File)
Thu, Feb 13, 11:52
Unknown Object (File)
Thu, Feb 13, 11:37
Unknown Object (File)
Thu, Feb 13, 11:14
Unknown Object (File)
Wed, Feb 12, 12:47

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.