Compiling PHP on Mac OS X
Use the Unix installation guide to compile
- PHP on Mac OS X.
+ PHP on OS X.
diff --git a/reference/misc/functions/sys-getloadavg.xml b/reference/misc/functions/sys-getloadavg.xml
index 70895f93c6..3c14d30cf3 100644
--- a/reference/misc/functions/sys-getloadavg.xml
+++ b/reference/misc/functions/sys-getloadavg.xml
@@ -35,7 +35,7 @@
80) {
+if ($load[0] > 0.80) {
header('HTTP/1.1 503 Too busy, try again later');
die('Server too busy. Please try again later.');
}
diff --git a/reference/strings/functions/strip-tags.xml b/reference/strings/functions/strip-tags.xml
index d942f7861a..cd980dbc3b 100644
--- a/reference/strings/functions/strip-tags.xml
+++ b/reference/strings/functions/strip-tags.xml
@@ -49,7 +49,7 @@
In PHP 5.3.4 and later, self-closing
XHTML tags are ignored and only non-self-closing tags should be used in
- str. For example,
+ allowable_tags. For example,
to allow both <br> and
<br/>, you should use: