Creating a SELinux policy makes much more sense than turning it off. :P
Create the SELinux policy from the audit log with audit2allow:
grep -i php-fpm /var/log/audit/audit.log | audit2allow -M php-fpm
Load the SELinux policy:
semodule -i php-fpm.pp