diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-03 15:43:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-03 15:43:48 +0200 |
commit | 0a0d5b048d0376fbd73096b0c08426a6a52c9991 (patch) | |
tree | 0bd810fd82dbe0c64237ac230b72939260684012 /php-fpm.service | |
parent | b5f5cb98e1219381169c4c6db24fd5ba1a2e3d35 (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 |