diff --git a/features/http-auth.xml b/features/http-auth.xml index 098d23e966..4cad009839 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -1,5 +1,5 @@ - + HTTP authentication with PHP @@ -26,7 +26,7 @@ Autoglobals, such as $_SERVER, became - available in PHP version 4.1.0. + available in PHP 4.1.0. $HTTP_SERVER_VARS has been available since PHP 3. diff --git a/reference/apache/functions/apache-response-headers.xml b/reference/apache/functions/apache-response-headers.xml index bd98c3e875..bdc3cda8f4 100644 --- a/reference/apache/functions/apache-response-headers.xml +++ b/reference/apache/functions/apache-response-headers.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ Returns an array of all Apache response headers. This functionality - is only available in PHP version 4.3.0 and greater. + is only available in PHP 4.3.0 and greater. &reference.apache.note-nsapi-module; diff --git a/reference/array/functions/array-key-exists.xml b/reference/array/functions/array-key-exists.xml index 47ce80f890..7c3b7e5378 100644 --- a/reference/array/functions/array-key-exists.xml +++ b/reference/array/functions/array-key-exists.xml @@ -1,5 +1,5 @@ - + @@ -37,7 +37,7 @@ if (array_key_exists("first", $search_array)) { The name of this function is key_exists - in PHP version 4.0.6. + in PHP 4.0.6. diff --git a/reference/array/functions/range.xml b/reference/array/functions/range.xml index d856c57adc..f05ebbeeb7 100644 --- a/reference/array/functions/range.xml +++ b/reference/array/functions/range.xml @@ -1,5 +1,5 @@ - + @@ -66,7 +66,7 @@ foreach (range('c', 'a') as $letter) { - Prior to PHP version 4.1.0, range only generated + Prior to PHP 4.1.0, range only generated incrementing integer arrays. Support for character sequences and decrementing arrays was added in 4.1.0. Character sequence values are limited to a length of one. If a length greater than one is diff --git a/reference/curl/reference.xml b/reference/curl/reference.xml index ae58a7ec43..3e3eeafd28 100644 --- a/reference/curl/reference.xml +++ b/reference/curl/reference.xml @@ -1,5 +1,5 @@ - + CURL, Client URL Library Functions CURL @@ -28,7 +28,7 @@ In order to use the CURL functions you need to install the CURL package. PHP requires that you use CURL 7.0.2-beta or higher. PHP will not work with any version of - CURL below version 7.0.2-beta. In PHP version 4.2.3, you will need + CURL below version 7.0.2-beta. In PHP 4.2.3, you will need CURL version 7.9.0 or higher. From PHP 4.3.0, you will need a CURL version that's 7.9.8 or higher. PHP 5.0.0 will most likely require a CURL version greater than 7.10.5 diff --git a/reference/imap/functions/imap-get-quota.xml b/reference/imap/functions/imap-get-quota.xml index ffa30f3141..a444e37060 100644 --- a/reference/imap/functions/imap-get-quota.xml +++ b/reference/imap/functions/imap-get-quota.xml @@ -1,5 +1,5 @@ - + @@ -60,7 +60,7 @@ imap_close($mbox); - As of PHP version 4.3, the function more properly reflects the + As of PHP 4.3, the function more properly reflects the functionality as dictated by the RFC 2087. The array return value has changed to support an unlimited number of returned resources (i.e. messages, or sub-folders) with each named resource receiving an individual diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml index bbfdbfde1b..f9ea338524 100644 --- a/reference/math/functions/log.xml +++ b/reference/math/functions/log.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ The base parameter became available - with PHP version 4.3.0. + with PHP 4.3.0. As always you can calculate the logarithm in base b diff --git a/reference/misc/functions/exit.xml b/reference/misc/functions/exit.xml index 824fd56413..7a29991f1f 100644 --- a/reference/misc/functions/exit.xml +++ b/reference/misc/functions/exit.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - PHP version >= 4.2.0 does NOT print the status + PHP >= 4.2.0 does NOT print the status if it is an integer. diff --git a/reference/nsapi/functions/nsapi-response-headers.xml b/reference/nsapi/functions/nsapi-response-headers.xml index 3ba361528b..c1f9d63172 100644 --- a/reference/nsapi/functions/nsapi-response-headers.xml +++ b/reference/nsapi/functions/nsapi-response-headers.xml @@ -1,5 +1,5 @@ - + nsapi_response_headers @@ -15,7 +15,7 @@ Returns an array of all NSAPI response headers. This functionality - is only available in PHP version 4.3.3 and greater. + is only available in PHP 4.3.3 and greater. See also nsapi_request_headers and diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 2f1218fee3..5515c19145 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + @@ -119,7 +119,7 @@ - As of PHP version 4.0.6 the format string supports argument + As of PHP 4.0.6 the format string supports argument numbering/swapping. Here is an example: Argument swapping