@@ -1495,44 +1495,44 @@ include_path = ".:${USER}/pear/php"
1495
1495
</note >
1496
1496
</listitem >
1497
1497
</varlistentry >
1498
-
1498
+
1499
1499
<varlistentry xml : id =" ini.cgi.rfc2616-headers" >
1500
1500
<term >
1501
1501
<parameter >cgi.rfc2616_headers</parameter >
1502
- <type >int </type >
1502
+ <type >bool </type >
1503
1503
</term >
1504
1504
<listitem >
1505
1505
<para >
1506
1506
Tells PHP what type of headers to use when sending HTTP response
1507
- code. If it's set to 0 , PHP sends a <link xlink : href =" &url.rfc; 3875" >RFC 3875</link >
1508
- "Status:" header that is supported by Apache and other web servers. When this option
1509
- is set to 1 , PHP will send <link xlink : href =" &url.rfc; 2616" >RFC 2616</link > compliant
1510
- headers.
1507
+ code. If it is disabled , PHP sends a <link xlink : href =" &url.rfc; 3875" >RFC 3875</link >
1508
+ "Status:" header that is supported by Apache and other web servers. When this option
1509
+ is enabled , PHP will send <link xlink : href =" &url.rfc; 2616" >RFC 2616</link > compliant
1510
+ headers.
1511
1511
</para >
1512
1512
<para >
1513
1513
If this option is enabled, and you are running PHP in a CGI environment (e.g. PHP-FPM)
1514
- you should not use standard RFC 2616 style HTTP status response headers, you should
1515
- instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
1514
+ you should not use standard RFC 2616 style HTTP status response headers, you should
1515
+ instead use their RFC 3875 equivalent e.g. instead of header("HTTP/1.0 404 Not found");
1516
1516
you should use header("Status: 404 Not Found");
1517
1517
</para >
1518
1518
<para >
1519
- Leave it set to 0 unless you know what you're doing.
1519
+ Leave it disabled unless you know what you're doing.
1520
1520
</para >
1521
1521
</listitem >
1522
1522
</varlistentry >
1523
-
1523
+
1524
1524
<varlistentry xml : id =" ini.fastcgi.impersonate" >
1525
1525
<term >
1526
1526
<parameter >fastcgi.impersonate</parameter >
1527
- <type >string </type >
1527
+ <type >bool </type >
1528
1528
</term >
1529
1529
<listitem >
1530
1530
<para >
1531
1531
FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
1532
1532
security tokens of the calling client. This allows IIS to define the
1533
1533
security context that the request runs under. mod_fastcgi under Apache
1534
1534
does not currently support this feature (03/17/2002)
1535
- Set to 1 if running under IIS. Default is zero .
1535
+ Enable if running under IIS. Default is disabled .
1536
1536
</para >
1537
1537
</listitem >
1538
1538
</varlistentry >
0 commit comments