Page MenuHomeDevCentral

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

Authored by dereckson on Dec 1 2015, 07:06.
Referenced Files
F27214922: D100.id228.diff
Fri, May 1, 14:27
F27214921: D100.id231.diff
Fri, May 1, 14:27
F27213269: D100.diff
Fri, May 1, 13:12
F27207892: D100.diff
Fri, May 1, 06:30
Unknown Object (File)
Sun, Apr 26, 16:32
Unknown Object (File)
Sun, Apr 19, 10:43
Unknown Object (File)
Wed, Apr 15, 05:01
Unknown Object (File)
Wed, Apr 15, 03:50

Details

Summary

Updated ./configure step in Dockerfile for Bzip2 extension.

Test Plan

php -i

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 --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.