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.
This commit is contained in:
Fabien Salathe 2022-04-02 18:13:26 +02:00 committed by GitHub
parent 42aa8713e3
commit 8b0e03372d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@
<preface xml:id="intro.ffi">
&reftitle.intro;
&warn.experimental;
<para>
This extension allows the loading of shared libraries (<filename>.DLL</filename> or
<filename>.so</filename>), calling of C functions and accessing of C data structures