Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:08.
Referenced Files
F34910059: D460.id.diff
Fri, Jul 3, 21:55
F34910055: D460.id.diff
Fri, Jul 3, 21:55
F34908208: D460.diff
Fri, Jul 3, 21:31
F34901926: D460.id1120.diff
Fri, Jul 3, 20:03
F34865506: D460.id.diff
Fri, Jul 3, 13:31
F34850288: D460.diff
Fri, Jul 3, 10:58
Unknown Object (File)
Thu, Jul 2, 16:58
Unknown Object (File)
Thu, Jul 2, 16:58

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.