Page MenuHomeDevCentral

UTF-8 environment
ClosedPublic

Authored by dereckson on Jan 14 2016, 20:29.
Referenced Files
F23353730: D245.id576.diff
Wed, Feb 4, 11:01
F23315509: D245.id576.diff
Wed, Feb 4, 04:25
F23313520: D245.id577.diff
Wed, Feb 4, 04:14
F23299623: D245.id576.diff
Wed, Feb 4, 02:33
F23287200: D245.id577.diff
Wed, Feb 4, 01:04
F23277780: D245.id577.diff
Tue, Feb 3, 23:45
F23250306: D245.id577.diff
Tue, Feb 3, 19:22
Unknown Object (File)
Tue, Feb 3, 02:44

Details

Summary

Some PHP application requires to run CLI commands. It would be more
convenient if the container environment is full UTF-8.

Fixes T669.

Test Plan

Build a new container for DevCentral
and see how Drydock repository automation behaves.

To test UTF-8 environment propagation:

$ mkdir /tmp/phpinfo
$ cd /tmp/phpinfo
$ cat > index.php
<?php phpinfo(32);
^D
$ docker run -d -v /tmp/phpinfo:/var/wwwroot/default -p 8080:80 nasqueron/nginx-php-fpm

Diff Detail

Repository
rDPHPFPM Docker image for Nginx, php-fpm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to UTF-8 environment.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jan 14 2016, 22:46
dereckson edited edge metadata.
This revision was automatically updated to reflect the committed changes.