diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml
index 1be2942eb231..1fe0c37978cf 100644
--- a/appendices/ini.core.xml
+++ b/appendices/ini.core.xml
@@ -1495,36 +1495,36 @@ include_path = ".:${USER}/pear/php"
-
+
cgi.rfc2616_headers
- int
+ bool
Tells PHP what type of headers to use when sending HTTP response
- code. If it's set to 0, PHP sends a RFC 3875
- "Status:" header that is supported by Apache and other web servers. When this option
- is set to 1, PHP will send RFC 2616 compliant
- headers.
+ code. If it is disabled, PHP sends a RFC 3875
+ "Status:" header that is supported by Apache and other web servers. When this option
+ is enabled, PHP will send RFC 2616 compliant
+ headers.
If this option is enabled, and you are running PHP in a CGI environment (e.g. PHP-FPM)
- you should not use standard RFC 2616 style HTTP status response headers, you should
- instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
+ you should not use standard RFC 2616 style HTTP status response headers, you should
+ instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
you should use header("Status: 404 Not Found");
- Leave it set to 0 unless you know what you're doing.
+ Leave it disabled unless you know what you're doing.
-
+
fastcgi.impersonate
- string
+ bool
@@ -1532,7 +1532,7 @@ include_path = ".:${USER}/pear/php"
security tokens of the calling client. This allows IIS to define the
security context that the request runs under. mod_fastcgi under Apache
does not currently support this feature (03/17/2002)
- Set to 1 if running under IIS. Default is zero.
+ Enable if running under IIS. Default is disabled.
diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml
index e9fe80224d8c..bb1c8faf1958 100644
--- a/reference/mysqli/ini.xml
+++ b/reference/mysqli/ini.xml
@@ -106,7 +106,7 @@
mysqli.allow_local_infile
- int
+ bool
@@ -132,7 +132,7 @@
mysqli.allow_persistent
- int
+ bool