diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-23 15:31:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-23 15:31:00 +0200 |
commit | 740a14090dec83951484a2705d7ffc7555ebb768 (patch) | |
tree | 7768a1c01872b781aaa4d530dd0cac8fe3bd7e3d /php-fpm.sysconfig | |
parent | 16b62b61c0de11f9b89c4805a9b37e9bbc2ec12f (diff) |
update to 8.4.0beta5
drop oci8, pdo_oci8, pspell and imap extensions
disable ZTS build
Diffstat (limited to 'php-fpm.sysconfig')
-rw-r--r-- | php-fpm.sysconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/php-fpm.sysconfig b/php-fpm.sysconfig deleted file mode 100644 index 04314e1..0000000 --- a/php-fpm.sysconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Additional environment file for php-fpm - -# This file is deprecated when systemd is used and -# will be removed in the future - -# To alter the FPM environment, copy the unit file -# from /usr/lib/systemd/system/php-fpm.service -# to /etc/systemd/system/php-fpm.service -# and add an Environment line - -# With systemd >= 204 you can simply drop a file with the -# suffix .conf in /etc/systemd/system/php-fpm.service.d, with -# [Service] -# Environment=FOO=bar - -# See systemd documentation. -# man systemd.unit -# man systemd.exec - |