mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Corrected the the nesting of <para> and <note>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41301 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
829da549ac
commit
80187e31e4
2 changed files with 11 additions and 5 deletions
|
@ -19,13 +19,15 @@
|
|||
Changes the root directory of the current process to
|
||||
<parameter>directory</parameter>. Returns FALSE if unable to
|
||||
change the root directory, TRUE otherwise.
|
||||
<note>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
It's not wise to use this function when running in a webserver
|
||||
environment, because it's not possible to reset the root
|
||||
directory to / again at the end of the request. This function
|
||||
will only function correct when running as CGI this way.
|
||||
</note>
|
||||
</para>
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -67,9 +67,13 @@ mail("nobody@aol.com", "the subject", $message,
|
|||
header when using the -f parameter, because the webserver user is probably
|
||||
not a member of the trusted users. To suppress this warning, you should add
|
||||
the web server user to the trusted users in your sendmail config file.
|
||||
<note>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This fifth parameter was added in PHP 4.0.5.
|
||||
</note>
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Sending mail with extra headers and setting an additional command line parameter.</title>
|
||||
<programlisting>
|
||||
|
|
Loading…
Reference in a new issue