Skip to content

Commit

Permalink
FILE_BINARY and FILE_TEXT were deprecated in PHP 8.1 (php#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias authored Nov 5, 2024
1 parent 05bd66d commit d174121
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions reference/filesystem/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,11 @@
<listitem>
<para>
Binary mode.
<note>
<para>
This constant has no effect, and is only available for
<literal>forward compatibility</literal>.
</para>
</note>
<warning>
<simpara>
This constant has no effect, and is deprecated as of PHP 8.1.0.
</simpara>
</warning>
</para>
</listitem>
</varlistentry>
Expand All @@ -325,12 +324,11 @@
<listitem>
<para>
Text mode.
<note>
<para>
This constant has no effect, and is only available for
<literal>forward compatibility</literal>.
</para>
</note>
<warning>
<simpara>
This constant has no effect, and is deprecated as of PHP 8.1.0.
</simpara>
</warning>
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit d174121

Please sign in to comment.