From 8b0e03372d4fff5c7ace81a70a6ec7009ee8c312 Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Sat, 2 Apr 2022 18:13:26 +0200 Subject: [PATCH] Remove "experimental" warning from Foreign Function Interface Foreign Function Interface (FFI) has been introduced in 2019 (PHP 7.4) and the API didn't change since then, it should probably be considered safe to use it. Closes GH-1495. Closes GH-1499. --- reference/ffi/book.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/reference/ffi/book.xml b/reference/ffi/book.xml index 1bd9da7985..c53bb7750d 100644 --- a/reference/ffi/book.xml +++ b/reference/ffi/book.xml @@ -8,7 +8,6 @@ &reftitle.intro; - &warn.experimental; This extension allows the loading of shared libraries (.DLL or .so), calling of C functions and accessing of C data structures