Bug 4716

Summary: php_value usage breaks httpd startup
Product: Fedora Reporter: Remi Collet <Fedora>
Component: mythwebAssignee: Richard <hobbes1069>
Status: RESOLVED INVALID    
Severity: enhancement CC: ktdreyer
Priority: P1    
Version: f27   
Hardware: x86_64   
OS: GNU/Linux   
namespace:

Description Remi Collet 2017-11-22 18:18:47 CET
See https://bugzilla.redhat.com/show_bug.cgi?id=1516470
Comment 1 Richard 2017-11-22 20:40:24 CET
I followed the links but I don't know much about php so I'm unsure what steps I need to take..
Comment 2 Remi Collet 2017-11-23 07:19:28 CET
From a quick look at this RPM content

in mythweb.conf

        <IfModule mod_php7.c>
                php_value memory_limit                  32M

        </IfModule>

The the php_value is properly protected, and will only take effect when mod_php is load (which is no more the case since F27)

This mean the original reporter don't use the RPMfusion RPM, but upstream one

BTW, if some PHP configuration change are really needed, you have to provide a .user.ini file in the application directory

more information on 
https://blog.remirepo.net/post/2017/11/17/Fedora-27-changes-in-http-and-php

Fix example in glpi package:
https://src.fedoraproject.org/cgit/rpms/glpi.git/commit/?id=aa6fba415ed3d9b5a856b660b243deac168278e7
Comment 3 Richard 2017-11-23 13:35:22 CET
Thanks for the quick response. Looks like there's nothing to be done on this end.