Skip to content

Commit 81593f0

Browse files
Add note to shell_exec that the backtick operator is deprecated (php#5719)
* Add note to shell_exec that the backtick operator is deprecated See php#5017 --------- Co-authored-by: Jordi Kroon <jordikroon@php.net>
1 parent 7fabff2 commit 81593f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/exec/functions/shell-exec.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<type class="union"><type>string</type><type>false</type><type>null</type></type><methodname>shell_exec</methodname>
1414
<methodparam><type>string</type><parameter>command</parameter></methodparam>
1515
</methodsynopsis>
16-
<para>
17-
This function is identical to the <link linkend="language.operators.execution">backtick operator</link>.
18-
</para>
16+
<simpara>
17+
This function is identical to the deprecated <link linkend="language.operators.execution">backtick operator</link>.
18+
</simpara>
1919
<note>
2020
<para>
2121
On Windows, the underlying pipe is opened in text mode which can cause the

0 commit comments

Comments
 (0)