Page MenuHomeDevCentral

--enable-bz2 → --with-bz2
ClosedPublic

Authored by dereckson on Dec 1 2015, 07:06.
Referenced Files
F13687012: D100.id.diff
Mon, Nov 24, 12:38
Unknown Object (File)
Sat, Nov 22, 09:48
Unknown Object (File)
Thu, Nov 20, 02:23
Unknown Object (File)
Tue, Nov 18, 13:45
Unknown Object (File)
Mon, Nov 17, 13:50
Unknown Object (File)
Mon, Nov 17, 13:50
Unknown Object (File)
Mon, Nov 17, 13:02
Unknown Object (File)
Sat, Nov 15, 19:15

Details

Summary

Updated ./configure step in Dockerfile for Bzip2 extension.

Test Plan

php -i

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
T610
Build Status
Buildable 110
Build 110: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to --enable-bz2 → --with-bz2.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
$ docker run --rm nasqueron/php-cli php -i
[...]
bz2

BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.6, 6-Sept-2010
[...]
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Dec 1 2015, 07:43
This revision was automatically updated to reflect the committed changes.