php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80012 PHP_ADMIN_VALUE parameter is not correctly inherited
Submitted: 2020-08-24 10:47 UTC Modified: 2020-08-24 13:38 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: bagas1983 at mail dot ru Assigned:
Status: Open Package: FPM related
PHP Version: 7.4.9 OS: FreeBSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bagas1983 at mail dot ru
New email:
PHP Version: OS:

 

 [2020-08-24 10:47 UTC] bagas1983 at mail dot ru
Description:
------------
Hello.
Php 7.4 fpm problem.
I am using a site on bitrix + phpmyadmin (nginx+php-fpm).
My system FreeBSD 11.3
 
The site bitrix needs variables:
mbstring.func_overload = 2
mbstring.internal_encoding = utf-8
 
The phpmyadmin needs variables:
mbstring.func_overload = 0
 
 
In /usr/local/etc/php.ini default.
mbstring.func_overload
mbstring.internal_encoding
 
php -v
PHP 7.4.9 (cli) (built: Aug 20 2020 16:47:50) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies
 
/usr/local/etc/php-fpm.d/www.conf
[bitrix]
php_admin_value[mbstring.func_overload] = 2
php_admin_value[mbstring.internal_encoding] = utf-8
 
Two php-fpm sockets for php processing
/tmp/bitrix
/tmp/phpmyadmin
 
Does not work.
If I specify variables (mbstring.func_overload = 0 and mbstring.internal_encoding = utf-8) in php.ini, then the site works.
But phpmyadmin stops working.
How to be, there was no such problem in php 7.2 / 7.3.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-08-24 13:38 UTC] bagas1983 at mail dot ru
-Summary: PHP_ADMIN_VALUE +Summary: PHP_ADMIN_VALUE parameter is not correctly inherited
 [2020-08-24 13:38 UTC] bagas1983 at mail dot ru
edit Summary
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 09:01:29 2024 UTC