Page MenuHomeDevCentral

Upgrade PHP to 5.6.23
ClosedPublic

Authored by dereckson on Jul 5 2016, 13:18.
Tags
None
Referenced Files
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
Unknown Object (File)
Oct 8 2024, 13:54
Unknown Object (File)
Oct 8 2024, 11:24
Subscribers
None

Details

Summary

Rel. T901.

Test Plan

Rebuild the image

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
T901
Build Status
Buildable 649
Build 769: 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.
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.