PHP configure.php71

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
905
Location
🇳🇱
I compared my custom php configure file with the most recent version and I noticed a recent change:

Code:
--with-fpm-systemd \

The above is deleted from the most recent configure.php71 file. Why exactly has this been removed and what are the differences when I build php with this configuration or without?
 
"--with-fpm-systemd " is added automatically on the build time (first "./build php" run) if your system is systemd based.
 
Good to know, thanks. I removed the line from my custom configure file to keep it in sync with the default :)
 
Back
Top