From 3a0c7df3b6875a78c3f10c072d4239ecc63dd29d Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Mon, 4 Apr 2016 16:52:36 +0000 Subject: [PATCH] fixes by anon users git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338915 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/macos/compile.xml | 2 +- reference/misc/functions/sys-getloadavg.xml | 2 +- reference/strings/functions/strip-tags.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/macos/compile.xml b/install/macos/compile.xml index 3773d4131b..aeb4e48c2b 100644 --- a/install/macos/compile.xml +++ b/install/macos/compile.xml @@ -4,7 +4,7 @@ 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: