Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:18.
Tags
None
Referenced Files
F4052224: D461.id.diff
Fri, Jan 24, 00:57
F4050691: D461.diff
Thu, Jan 23, 05:13
Unknown Object (File)
Tue, Jan 21, 14:08
Unknown Object (File)
Sun, Jan 19, 05:10
Unknown Object (File)
Fri, Jan 17, 23:55
Unknown Object (File)
Wed, Jan 15, 19:41
Unknown Object (File)
Tue, Jan 14, 08:49
Unknown Object (File)
Tue, Jan 14, 08:17
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.