diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 8eaa20e18e..28bd528de9 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -418,7 +418,7 @@ $result = file_get_contents('http://example.com/submit.php', false, $context); (such as the default PHP/version setting) followed by a carriage-return/line-feed pair and any additional headers. - This method works in PHP4 and all later versions. + This method works in PHP 4 and all later versions. diff --git a/install/windows/installer.xml b/install/windows/installer.xml index 1c2fa4dbe2..a14c499cca 100644 --- a/install/windows/installer.xml +++ b/install/windows/installer.xml @@ -1,7 +1,7 @@ - + - Windows Installer (PHP 5.1 and earlier) + Windows Installer (PHP 5.1.0 and earlier) The Windows PHP installer is available from the downloads page at diff --git a/language/operators.xml b/language/operators.xml index 7e89375c0b..33d5242f2b 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -372,7 +372,7 @@ $b .= "There!"; // sets $b to "Hello There!", just like $b = $b . "There!"; up pointing at the same data, and nothing is copied anywhere. To learn more about references, please read References explained. As of - PHP5 objects are assigned by reference unless explicitly told + PHP 5, objects are assigned by reference unless explicitly told otherwise with the new clone keyword. diff --git a/reference/bcompiler/configure.xml b/reference/bcompiler/configure.xml index 00257d7a17..e243c38e57 100644 --- a/reference/bcompiler/configure.xml +++ b/reference/bcompiler/configure.xml @@ -1,16 +1,16 @@ - +
&reftitle.install; short installation note: - You need at least PHP 4.3. for the compression to work + You need at least PHP 4.3.0 for the compression to work - To install on PHP 4.3 and later at the unix command prompt type + To install on PHP 4.3.0 and later at the unix command prompt type pear install bcompiler @@ -44,7 +44,7 @@ - If you are using versions before PHP 4.3, the you will need to copy the + If you are using versions before PHP 4.3.0, the you will need to copy the Makefile.in.old to Makefile.in and config.m4.old to config.m4. diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index d5043923b5..aa5f877c82 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -1,5 +1,5 @@ - + @@ -45,8 +45,8 @@ The string to parse, according to the GNU Date Input Formats - syntax. Before PHP 5.0, microseconds weren't allowed in the time, since - PHP 5.0 they are allowed but ignored. + syntax. Before PHP 5.0.0, microseconds weren't allowed in the time, since + PHP 5.0.0 they are allowed but ignored. @@ -156,7 +156,7 @@ if (($timestamp = strtotime($str)) === false) { - In PHP versions prior to 4.4, "next" is incorrectly + In PHP versions prior to 4.4.0, "next" is incorrectly computed as +2. A typical solution to this is to use "+1". diff --git a/reference/errorfunc/constants.xml b/reference/errorfunc/constants.xml index 83faec43e7..7f9d62104d 100644 --- a/reference/errorfunc/constants.xml +++ b/reference/errorfunc/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants.core; @@ -199,7 +199,7 @@ set_error_handler), the application aborts as it was an E_ERROR. - since PHP 5.2 + since PHP 5.2.0 @@ -212,7 +212,7 @@ All errors and warnings, as supported, except of level E_STRICT in PHP < 6. - 6143 in PHP 5.2 and 2047 previously + 6143 in PHP 5.2.x and 2047 previously diff --git a/reference/fdf/reference.xml b/reference/fdf/reference.xml index af48a08c40..4b0afd09b7 100644 --- a/reference/fdf/reference.xml +++ b/reference/fdf/reference.xml @@ -1,5 +1,5 @@ - + @@ -55,7 +55,7 @@ You need the FDF toolkit SDK available from &spec.pdf.fdf;. - As of PHP 4.3 you need at least SDK version 5.0. + As of PHP 4.3.0 you need at least SDK version 5.0. The FDF toolkit library is available in binary form only, platforms supported by Adobe are Win32, Linux, Solaris and AIX. diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml index e50e23ccc7..7ec260993c 100644 --- a/reference/filesystem/functions/parse-ini-file.xml +++ b/reference/filesystem/functions/parse-ini-file.xml @@ -1,5 +1,5 @@ - + @@ -44,7 +44,7 @@ - As of PHP 5.0 this function also handles new lines in values. + As of PHP 5.0.0 this function also handles new lines in values. diff --git a/reference/outcontrol/reference.xml b/reference/outcontrol/reference.xml index 37f2157deb..c37b258414 100644 --- a/reference/outcontrol/reference.xml +++ b/reference/outcontrol/reference.xml @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ - When upgrading from PHP 4.1 (and 4.2) to 4.3 due to a bug in + When upgrading from PHP 4.1.0 (and 4.2.0) to 4.3.0 due to a bug in earlier versions you must ensure that implict_flush is OFF in your &php.ini;, otherwise any output with diff --git a/reference/pdf/reference.xml b/reference/pdf/reference.xml index 12cfe6d49b..0e7abd1578 100644 --- a/reference/pdf/reference.xml +++ b/reference/pdf/reference.xml @@ -1,5 +1,5 @@ - + @@ -106,7 +106,7 @@ of PDFlib older than 3.0. - PDFlib 4.0 or greater is supported by PHP 4.3 and later. + PDFlib 4.0 or greater is supported by PHP 4.3.0 and later.
diff --git a/reference/pdo/configure.xml b/reference/pdo/configure.xml index 5754d5cc0b..7930d15156 100644 --- a/reference/pdo/configure.xml +++ b/reference/pdo/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -54,7 +54,7 @@ extension=pdo.so - PHP 5.0 and up on Unix systems + PHP 5.0.0 and up on Unix systems PDO is available as a PECL extension from @@ -96,7 +96,7 @@ extension=pdo.so - Windows users running PHP 5.1 and up + Windows users running PHP 5.1.0 and up PDO and all the major drivers ship with PHP as shared extensions, and diff --git a/reference/pdo_sqlite/reference.xml b/reference/pdo_sqlite/reference.xml index d609cf0311..bb2d738ada 100644 --- a/reference/pdo_sqlite/reference.xml +++ b/reference/pdo_sqlite/reference.xml @@ -1,5 +1,5 @@ - + @@ -72,7 +72,7 @@ - The sqlite2 driver is only available in PHP 5.1 if you have enabled + The sqlite2 driver is only available in PHP 5.1.x if you have enabled both PDO and ext/sqlite. It is not currently available via PECL. diff --git a/reference/runkit/constants.xml b/reference/runkit/constants.xml index 6f0ef871ef..c8372f53b4 100644 --- a/reference/runkit/constants.xml +++ b/reference/runkit/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -93,7 +93,7 @@ - PHP5 specific flag to runkit_method_add + PHP 5 specific flag to runkit_method_add @@ -104,7 +104,7 @@ - PHP5 specific flag to runkit_method_add + PHP 5 specific flag to runkit_method_add @@ -115,7 +115,7 @@ - PHP5 specific flag to runkit_method_add + PHP 5 specific flag to runkit_method_add @@ -126,7 +126,7 @@ - PHP5 specific flag to classkit_method_add + PHP 5 specific flag to classkit_method_add Only defined when classkit compatibility is enabled. @@ -138,7 +138,7 @@ - PHP5 specific flag to classkit_method_add + PHP 5 specific flag to classkit_method_add Only defined when classkit compatibility is enabled. @@ -150,7 +150,7 @@ - PHP5 specific flag to classkit_method_add + PHP 5 specific flag to classkit_method_add Only defined when classkit compatibility is enabled. @@ -162,7 +162,7 @@ - PHP5 specific flag to classkit_import + PHP 5 specific flag to classkit_import Only defined when classkit compatibility is enabled. diff --git a/reference/sdo/reference.xml b/reference/sdo/reference.xml index af0339dbc0..aad496769e 100644 --- a/reference/sdo/reference.xml +++ b/reference/sdo/reference.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,7 @@
&reftitle.required; - The SDO extension requires PHP 5.1 or higher. It also requires the + The SDO extension requires PHP 5.1.0 or higher. It also requires the libxml2 library. Normally libxml2 will already be installed, but if not, it can be downloaded from diff --git a/reference/sdo_das_xml/reference.xml b/reference/sdo_das_xml/reference.xml index e09628c844..3465b2f91a 100644 --- a/reference/sdo_das_xml/reference.xml +++ b/reference/sdo_das_xml/reference.xml @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@
&reftitle.required; - The SDO XML Data Access Service requires PHP 5.1 or higher. + The SDO XML Data Access Service requires PHP 5.1.0 or higher. It is packaged with the SDO extension and requires SDO to have been installed. See the diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 9499fd0b89..b663218905 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + @@ -57,7 +57,7 @@ - Session handling was added in PHP 4.0. + Session handling was added in PHP 4.0.0. @@ -241,7 +241,7 @@ unset($_SESSION['count']); $_SESSION. - Before PHP 4.3, if you are using $_SESSION and you + Before PHP 4.3.0, if you are using $_SESSION and you have disabled register_globals, don't use session_register, session_is_registered or @@ -268,7 +268,7 @@ unset($_SESSION['count']); not reference the same value until the next session_start. I.e. a modification to the newly registered global variable will not be reflected by the - $_SESSION entry. This has been corrected in PHP 4.3. + $_SESSION entry. This has been corrected in PHP 4.3.0.
@@ -296,7 +296,7 @@ unset($_SESSION['count']);
PHP is capable of transforming links transparently. Unless you are using - PHP 4.2 or later, you need to enable it manually when building PHP. + PHP 4.2.0 or later, you need to enable it manually when building PHP. Under Unix, pass --enable-trans-sid to configure. If this build option and the run-time option diff --git a/reference/spl/functions/class-implements.xml b/reference/spl/functions/class-implements.xml index c36bb40a5e..d4ed6552b4 100755 --- a/reference/spl/functions/class-implements.xml +++ b/reference/spl/functions/class-implements.xml @@ -1,5 +1,5 @@ - + class_implements @@ -93,7 +93,7 @@ class bar implements foo {} print_r(class_implements(new bar)); -// since PHP 5.1 you may also specify the parameter as a string +// since PHP 5.1.0 you may also specify the parameter as a string print_r(class_implements('bar')); diff --git a/reference/spl/functions/class-parents.xml b/reference/spl/functions/class-parents.xml index c5daa64ece..284f9a35a6 100755 --- a/reference/spl/functions/class-parents.xml +++ b/reference/spl/functions/class-parents.xml @@ -1,5 +1,5 @@ - + class_parents @@ -92,7 +92,7 @@ class bar extends foo {} print_r(class_parents(new bar)); -// since PHP 5.1 you may also specify the parameter as a string +// since PHP 5.1.0 you may also specify the parameter as a string print_r(class_parents('bar')); diff --git a/reference/stream/functions/stream-get-meta-data.xml b/reference/stream/functions/stream-get-meta-data.xml index 25f517d84c..de7ea678e6 100644 --- a/reference/stream/functions/stream-get-meta-data.xml +++ b/reference/stream/functions/stream-get-meta-data.xml @@ -1,5 +1,5 @@ - + stream_get_meta_data @@ -53,7 +53,7 @@ - The following items were added in PHP 4.3: + The following items were added in PHP 4.3.0: @@ -87,12 +87,12 @@ - This function was introduced in PHP 4.3, but prior to this version, + This function was introduced in PHP 4.3.0, but prior to this version, socket_get_status could be used to retrieve the first four items, for socket based streams only. - In PHP 4.3 and later, + In PHP 4.3.0 and later, socket_get_status is an alias for this function. @@ -102,7 +102,7 @@ - The following items were added in PHP 5.0: + The following items were added in PHP 5.0.0: diff --git a/reference/xmlreader/configure.xml b/reference/xmlreader/configure.xml index 7adc6cf8e2..b0f3b9ba93 100644 --- a/reference/xmlreader/configure.xml +++ b/reference/xmlreader/configure.xml @@ -1,12 +1,12 @@ - +
&reftitle.install; - The XMLReader extension is available in PECL for PHP 5.0 and is - included and enabled in PHP 5.1 by default. It can be enabled + The XMLReader extension is available in PECL as of PHP 5.0.0 and is + included and enabled as of PHP 5.1.0 by default. It can be enabled by adding the argument - (or before 5.1) + (or before 5.1.0) to your configure line. The libxml extension is required.
diff --git a/reference/xslt/reference.xml b/reference/xslt/reference.xml index 5d4c524039..b723847a62 100644 --- a/reference/xslt/reference.xml +++ b/reference/xslt/reference.xml @@ -1,5 +1,5 @@ - + @@ -26,8 +26,8 @@ This extension is different than the sablotron extension distributed with - versions of PHP prior to PHP 4.1, currently only the new XSLT extension in - PHP 4.1 is supported. If you need support for the old extension, please ask + versions of PHP prior to PHP 4.1.0, currently only the new XSLT extension in + PHP 4.1.0 is supported. If you need support for the old extension, please ask your questions on the PHP mailing lists. diff --git a/reference/zip/configure.xml b/reference/zip/configure.xml index d985b85211..a6ab586eaf 100644 --- a/reference/zip/configure.xml +++ b/reference/zip/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install;
- PHP4 + PHP 4 @@ -14,7 +14,7 @@ - Because the PHP4 zip extension is unmaintained we recommend that the PECL + Because the PHP 4 zip extension is unmaintained we recommend that the PECL extension is used rather than the bundled one. @@ -39,7 +39,7 @@
- PHP5.2 and later + PHP 5.2.0 and later
Linux systems diff --git a/reference/zip/reference.xml b/reference/zip/reference.xml index bb5411ed8d..92ff0ac398 100644 --- a/reference/zip/reference.xml +++ b/reference/zip/reference.xml @@ -1,5 +1,5 @@ - + @@ -21,13 +21,13 @@
PHP 4 - The bundled PHP4 version requires ZZIPlib, + The bundled PHP 4 version requires ZZIPlib, by Guido Draheim, version 0.10.6 or later
- PHP 5.2 or later + PHP 5.2.0 or later This extension uses the functions of zlib by Jean-loup Gailly and Mark Adler.