From 86f5a31e5b0bcb19f074151a9091d42e2a41a706 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:58:11 +0100 Subject: [PATCH] NEWS for GH-17794 [ci skip] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c71825e7304..7c20204a62e 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,9 @@ PHP NEWS . Fixed bug GH-17797 (zend_test_compile_string crash on invalid script path). (David Carlier) +- FFI: + . Fix FFI Parsing of Pointer Declaration Lists. (davnotdev) + - FPM: . Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). (Jakub Zelenka)