mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
42aa8713e3
commit
8b0e03372d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue