About a month ago when I ran 'dnf update', it updated apache and I ran into problems with PHP.
httpd-2.4.27-3.fc25.x86_64
php-7.0.23-1.fc25.x86_64
I had to switch from mpm_prefork_module to mpm_event_module in 00-mpm.conf
for PHP to work correctly.

Then with that change, I found that PHP's include directory changed from /etc/php.d
to /etc/php-zts.d.  PHP was complaining about datatime using the default.  So I created
a symlink to my php.ini customizations in /etc/php-zts.d:
lrwxrwxrwx. 1 root root 23 Sep 28 02:52 /etc/php-zts.d/99-mystuff.ini -> ../php.d/99-mystuff.ini

Now, it works.

Hope this helps,
Bill

On 10/30/2017 5:45 AM, Teaterljud se wrote:
We have problems since an update with php pages (PHP 7.1.10,  Apache/2.4.28 (Fedora 27))

I just noticed that changes was made to mariadb-configuration in some way, we had /var/run/mariadb/ as pid dir and this dir was automatic removed so mysql couldnt start..

Have it been made any changes that I need to do?

apache logs dont show anything, but php dont work and we made several reinstalles and tryes..

Thanks in advance
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org