diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-03 10:16:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-03 10:16:36 +0200 |
commit | 1be775f05bc3949a15bd9dae5d6884636780ff09 (patch) | |
tree | 87e4c30aa4492a35ab455dabf3c5fc0964bf5783 /php-fpm.service | |
parent | 03db8fff05f23dc24c0883a382b76a92aa145df1 (diff) |
CVE-2025-1735
Fix NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix
CVE-2025-6491
Fix Null byte termination in hostnames
CVE-2025-1220
Diffstat (limited to 'php-fpm.service')
-rw-r--r-- | php-fpm.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-fpm.service b/php-fpm.service index b68765f..9323cbe 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -4,7 +4,7 @@ [Unit] Description=The PHP FastCGI Process Manager -After=syslog.target network.target +After=network.target [Service] Type=notify |