vrana Thu Aug 4 04:54:12 2005 EDT
Modified files:
/phpdoc/en/reference/exec/functions exec.xml
Log:
Not only \n is trimmed (bug #33790)
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.17
phpdoc/en/reference/exec/functions/exec.xml:1.18
--- phpdoc/en/reference/exec/functions/exec.xml:1.17 Fri Apr 8 19:18:40 2005
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Aug 4 04:54:08 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.2 -->
<refentry id="function.exec">
<refnamediv>
@@ -39,7 +39,7 @@
<para>
If the <parameter>output</parameter> argument is present, then the
specified array will be filled with every line of output from the
- command. Line endings, such as <literal>\n</literal>, are not
+ command. Trailing whitespace, such as <literal>\n</literal>, is not
included in this array. Note that if the array already contains some
elements, <function>exec</function> will append to the end of the array.
If you do not want the function to append elements, call