From d00d946cb519cc5942d81c6ade92fa907229f014 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 17 Oct 2001 16:24:01 +0000 Subject: [PATCH] 4.0.7 -> 4.1.0 4.0.8 -> 4.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60091 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 6 +++--- functions/fdf.xml | 4 ++-- functions/filesystem.xml | 4 ++-- functions/mbstring.xml | 4 ++-- functions/mnogosearch.xml | 6 +++--- functions/pcre.xml | 4 ++-- functions/sem.xml | 4 ++-- functions/sockets.xml | 4 ++-- functions/strings.xml | 8 ++++---- functions/var.xml | 8 ++++---- functions/yaz.xml | 4 ++-- functions/zip.xml | 6 +++--- language/constants.xml | 4 ++-- language/types.xml | 4 ++-- 14 files changed, 35 insertions(+), 35 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index 6b813716bf..fcccd4f8cc 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2804,9 +2804,9 @@ foreach(range('z', 'a') as $letter) { - Prior to version 4.0.7 the range() function only generated + Prior to version 4.1.0 the range() function only generated incrementing integer arrays. Support for character sequences - and decrementing arrays was added in 4.0.7. + and decrementing arrays was added in 4.1.0. diff --git a/functions/fdf.xml b/functions/fdf.xml index 2da196fac4..56d527f5a5 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -1,5 +1,5 @@ - + Forms Data Format functions FDF @@ -569,7 +569,7 @@ unlink("outtest.fdf"); The fdf_set_encoding is available in - PHP-4.0.7 or later. + PHP 4.1.0 or later. diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 2c6e8a2def..a48d985192 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -44,7 +44,7 @@ $file = basename ($path,".php"); // $file is set to "index" - The suffix parameter was added in PHP 4.0.7. + The suffix parameter was added in PHP 4.1.0. diff --git a/functions/mbstring.xml b/functions/mbstring.xml index c7c3d70668..cd56e2e100 100644 --- a/functions/mbstring.xml +++ b/functions/mbstring.xml @@ -1,5 +1,5 @@ - + Multi-Byte String Functions @@ -949,7 +949,7 @@ echo mb_substitute_character(); HTTP output character encoding. - 4.0.7 or later version, this hanlder adds charset HTTP header + 4.1.0 or later version, this hanlder adds charset HTTP header when following conditions are met: diff --git a/functions/mnogosearch.xml b/functions/mnogosearch.xml index 9d06f140b8..e2408b9500 100644 --- a/functions/mnogosearch.xml +++ b/functions/mnogosearch.xml @@ -1,5 +1,5 @@ - + mnoGoSearch Functions mnoGoSearch @@ -1253,7 +1253,7 @@ Following is an example of displaying links of the current level in format: stores data when using built-in database and in cache mode. By default /var directory of mnoGoSearch installation is used. Can have - only string values. The parameter is available in php-4.0.7 or later. + only string values. The parameter is available in PHP 4.1.0 or later. @@ -1262,7 +1262,7 @@ Following is an example of displaying links of the current level in format: stores data when using built-in database and in cache mode. By default /var directory of mnoGoSearch installation is used. Can have - only string values. The parameter is available in php-4.0.7 or later. + only string values. The parameter is available in PHP 4.1.0 or later. diff --git a/functions/pcre.xml b/functions/pcre.xml index 688d417dee..4fe9189815 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (Perl-Compatible) PCRE @@ -848,7 +848,7 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array); This modifier turns on additional functionality of PCRE that is incompatible with Perl. Pattern strings are treated as - UTF-8. This modifier is available from PHP 4.0.7 or greater. + UTF-8. This modifier is available from PHP 4.1.0 or greater. diff --git a/functions/sem.xml b/functions/sem.xml index f042543979..98276ef186 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -1,5 +1,5 @@ - + Semaphore and Shared Memory Functions Semaphore @@ -209,7 +209,7 @@ This function does not work on Windows systems. It was added on - PHP 4.0.7. + PHP 4.1.0. diff --git a/functions/sockets.xml b/functions/sockets.xml index c7dcbb19e0..9efdf728e8 100644 --- a/functions/sockets.xml +++ b/functions/sockets.xml @@ -1,5 +1,5 @@ - + Socket functions Sockets @@ -435,7 +435,7 @@ echo "OK.\n\n"; - PHP_BINARY_READ - use the system read() (Default in PHP >= 4.0.7) + PHP_BINARY_READ - use the system read() (Default in PHP >= 4.1.0) diff --git a/functions/strings.xml b/functions/strings.xml index 414814348b..c1661cc9c0 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1403,7 +1403,7 @@ echo "</PRE>\n"; - The second parameter was added in PHP 4.0.7 + The second parameter was added in PHP 4.1.0 @@ -1784,7 +1784,7 @@ echo $second[1]; /* prints "another" */ - The second parameter was added in PHP 4.0.7 + The second parameter was added in PHP 4.1.0 @@ -3667,7 +3667,7 @@ echo substr_replace($var, '', 10, -1) . "<br>\n"; - The second parameter was added in PHP 4.0.7 + The second parameter was added in PHP 4.1.0 diff --git a/functions/var.xml b/functions/var.xml index 0615dba3d3..70698f6566 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -1,5 +1,5 @@ - + Variable Functions Variables @@ -950,17 +950,17 @@ if (!odbc_execute ($stmt, &$sqldata)) { - "boolean" (or, since PHP 4.0.8, "bool") + "boolean" (or, since PHP 4.2.0, "bool") - "integer" (or, since PHP 4.0.8, "int") + "integer" (or, since PHP 4.2.0, "int") - "float" (only possible since PHP 4.0.8, for older versions use the + "float" (only possible since PHP 4.2.0, for older versions use the deprecated variant "double") diff --git a/functions/yaz.xml b/functions/yaz.xml index bdd775fcbb..998f2d75bc 100644 --- a/functions/yaz.xml +++ b/functions/yaz.xml @@ -1,5 +1,5 @@ - + YAZ functions YAZ @@ -205,7 +205,7 @@ if (empty($term) || count($host) == 0) { If options is given as an array the contents of the array serves as options. Note that array options are only - supported for PHP 4.0.7 and later. + supported for PHP 4.1.0 and later. <function>yaz_connect</function> options diff --git a/functions/zip.xml b/functions/zip.xml index fbc56d5fda..ce910b7768 100644 --- a/functions/zip.xml +++ b/functions/zip.xml @@ -1,5 +1,5 @@ - + Zip File Functions (Read Only Access) Zip @@ -25,8 +25,8 @@ - Zip support before PHP 4.0.7 is experimental. This section - reflects the Zip extension as it exists in PHP 4.0.7 and later. + Zip support before PHP 4.1.0 is experimental. This section + reflects the Zip extension as it exists in PHP 4.1.0 and later. diff --git a/language/constants.xml b/language/constants.xml index 69c4a1c75d..4b4e49f082 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -145,7 +145,7 @@ echo Constant; // outputs "Constant" and issues a notice. The string representation of the version of the PHP parser - presently in use; e.g. '4.0.7-dev'. + presently in use; for example '4.1.0'. diff --git a/language/types.xml b/language/types.xml index a52e3501c2..5753d64cb4 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -346,7 +346,7 @@ var_dump($large_number); positive there is no problem. - This is solved in PHP 4.0.7 + This is solved in PHP 4.1.0