fixes by anon users

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-04-04 16:52:36 +00:00
parent da0818b8a5
commit 3a0c7df3b6
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<title>Compiling PHP on Mac OS X</title>
<simpara>
Use the <link linkend="install.unix">Unix installation guide</link> to compile
PHP on Mac OS X.
PHP on OS X.
</simpara>
</sect1>

View file

@ -35,7 +35,7 @@
<![CDATA[
<?php
$load = sys_getloadavg();
if ($load[0] > 80) {
if ($load[0] > 0.80) {
header('HTTP/1.1 503 Too busy, try again later');
die('Server too busy. Please try again later.');
}

View file

@ -49,7 +49,7 @@
<para>
In PHP 5.3.4 and later, self-closing
XHTML tags are ignored and only non-self-closing tags should be used in
<parameter>str</parameter>. For example,
<parameter>allowable_tags</parameter>. For example,
to allow both <literal>&lt;br&gt;</literal> and
<literal>&lt;br/&gt;</literal>, you should use:
</para>