reference/eio/functions/eio-init.xml
3cfbd573de5775bc5a15dc96768a6bd9f6332e44
...
...
@@ -16,14 +16,11 @@
16
16
<para>
17
17
<function>eio_init</function> (re-)initializes Eio. It allocates memory for internal structures of libeio and Eio itself. You may call <function>eio_init</function> before using Eio functions. Otherwise it will be called internally first time you invoke an Eio function in a process.
18
18
</para>
19
-
<para>
20
-
<warning>
21
-
<simpara>
22
-
&removed.php.future;
23
-
Since Eio <emphasis>1.1.0</emphasis> <function>eio_init</function> is deprecated. In Eio <emphasis>1.0.0</emphasis> because of <link xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libeio/eio.pod#FORK_SUPPORT"><emphasis>libeio</emphasis>'s restrictions</link> you <emphasis>must</emphasis> call <function>eio_init</function> in child process, if you fork one by any means. You have to avoid using Eio in parent process, if you use it in childs.
24
-
</simpara>
25
-
</warning>
26
-
</para>
19
+
<note>
20
+
<para>
21
+
This function was removed in version 3.0.0RC1 of the eio extension for PHP version 8 and higher.
22
+
</para>
23
+
</note>
27
24
</refsect1>
28
25

29
26
<refsect1 role="parameters">
30
27