Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:18.
Tags
None
Referenced Files
F3746320: D461.id1121.diff
Fri, Nov 15, 20:12
F3746143: D461.diff
Fri, Nov 15, 18:53
Unknown Object (File)
Sat, Nov 9, 16:10
Unknown Object (File)
Sat, Nov 9, 02:51
Unknown Object (File)
Sat, Nov 9, 02:51
Unknown Object (File)
Sat, Nov 9, 02:21
Unknown Object (File)
Sat, Nov 9, 02:06
Unknown Object (File)
Wed, Oct 30, 23:54
Subscribers
None

Details

Summary

Rel. T901.

Test Plan

Rebuild the image

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.
Dwellers
$ docker build -t nasqueron/php-cli .
[...]
Successfully built c6f1c0d93f8f
$ docker run --rm -it nasqueron/php-cli bash

# In the container:
$ php -iv > phpinfo.txt
$ head phpinfo.txt
phpinfo()
PHP Version => 5.6.23

System => Linux a1cf080d5ee0 3.18.17-13.el7.x86_64 #1 SMP Wed Jul 22 14:20:15 UTC 2015 x86_64
Build Date => Jul  5 2016 13:32:43
Configure Command =>  './configure'  '--with-config-file-path=/usr/local/etc/php' '--with-config-file-scan-dir=/usr/local/etc/php/conf.d' '--disable-cgi' '--enable-mysqlnd' '--enable-bcmath' '--with-bz2' '--enable-calendar' '--with-curl' '--with-gd' '--with-jpeg-dir' '--enable-gd-native-ttf' '--enable-mbstring' '--with-mcrypt' '--with-mysqli' '--with-pdo-mysql' '--enable-pcntl' '--with-openssl' '--with-xsl' '--with-readline' '--with-zlib' '--enable-zip' '--with-newt'

Looks good to me.

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.