unexpected result of setting env[LC_MESSAGES] in php-fpm pool config
| Bug #81253 | unexpected result of setting env[LC_MESSAGES] in php-fpm pool config | ||||
|---|---|---|---|---|---|
| Submitted: | 2021-07-12 17:08 UTC | Modified: | 2021-12-15 18:24 UTC | ||
| From: | php at wb9 dot se | Assigned: | bukka (profile) | ||
| Status: | Re-Opened | Package: | FPM related | ||
| PHP Version: | 7.4.21 | OS: | FreeBSD | ||
| Private report: | No | CVE-ID: | None | ||
[2021-07-12 17:08 UTC] php at wb9 dot se
Description: ------------ Tested on FreeBSD 13 with PHP Version 7.4.21 from ports. Configure line: './configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--with-libxml' '--with-password-argon2=/usr/local' '--program-prefix=' '--enable-mysqlnd' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-embed' '--enable-dtrace' '--prefix=/usr/local' '--localstatedir=/var' '--mandir=/usr/local/man' '--infodir=/usr/local/share/info/' '--build=amd64-portbld-freebsd13.0' 'build_alias=amd64-portbld-freebsd13.0' 'PKG_CONFIG=pkgconf' 'CFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' 'CPP=cpp' 'CXXFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing ' Setting env[LC_MESSAGES] = C.UTF-8 in the www php-fpm pool config sets results in "6" => "C.UTF8" in the $_SERVER array. Test script: --------------- phpinfo(); Expected result: ---------------- $_SERVER["LC_MESSAGES"] => "C.UTF-8" Actual result: -------------- $_SERVER["6"] => "C.UTF8"
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2021-08-01 06:48 UTC] dc dot link at yahoo dot fr
[2021-11-28 20:44 UTC] bukka@php.net
-Status: Open +Status: Duplicate
[2021-11-28 20:44 UTC] bukka@php.net
-Assigned To: +Assigned To: bukka
[2021-12-03 12:11 UTC] php at wb9 dot se
[2021-12-15 18:24 UTC] bukka@php.net
-Status: Duplicate +Status: Re-Opened
[2021-12-15 18:24 UTC] bukka@php.net
[2024-04-14 17:19 UTC] vantomas at vantomas dot net