mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
da0818b8a5
commit
3a0c7df3b6
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.');
|
||||
}
|
||||
|
|
|
@ -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><br></literal> and
|
||||
<literal><br/></literal>, you should use:
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue