Edit report at https://bugs.php.net/bug.php?id=71901&edit=1
ID: 71901
Updated by: [email protected]
Reported by: slfyst at gmail dot com
Summary: mail.force_extra_parameters is not PHP_INI_PERDIR
Status: Assigned
Type: Bug
Package: Mail related
PHP Version: Irrelevant
-Assigned To: stas
+Assigned To: bukka
Block user comment: N
Private report: N
New Comment:
I just had a look and don't think there is much to do here as the docs got updated to reflect the current behavior that it is PHP_INI_SYSTEM (in reality it's PHP_INI_PERDIR but with prohibited .htaccess as noted but document it this way is less confusing) and it can be still changed from httpd.conf or in this case FPM php_value should work as well.
There was likely a good reason why it got disabled but if anyone thinks that it was a mistake to disallow it in .htaccess, then please create a new feature request to change it.
Previous Comments:
------------------------------------------------------------------------
[2020-11-01 14:30:33] raymond at steffann dot nl
The change that prevented mail.force_extra_parameters configured from .htaccess
https://github.com/php/php-src/commit/cd836153
------------------------------------------------------------------------
[2017-01-28 13:50:58] [email protected]
Actually, mail.force_extra_parameters is declared as
PHP_INI_SYSTEM|PHP_INI_PERDIR[1], but OnChangeMailForceExtra()[2]
prevents it from being changed in .htaccess (not sure whether
changing it in httpd.conf and .user.ini is allowed or not).
The respective restriction has been introduced as of PHP 5.2.0,
with commit cd836153[3].
Stas, can you please clarify whether changing in httpd.conf and
.user.ini is allowed or not, and then assign this ticket to me.
[1] <https://github.com/php/php-src/blob/PHP-7.1.1/main/main.c#L601>
[2] <https://github.com/php/php-src/blob/PHP-7.1.1/main/main.c#L492-L499>
[3] <https://github.com/php/php-src/commit/cd836153>
------------------------------------------------------------------------
[2016-03-25 17:36:57] slfyst at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/mail.configuration
---
The above page states that mail.force_extra_parameters is changeable by PHP_INI_PERDIR. However I find this not to be the case, it looks like it's php.ini only.
Also, this page states that mail.force_extra_parameters is changeable by php.ini only, which contradicts the above page: http://php.net/manual/en/ini.list.php
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=71901&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.