From 0ef9a592246420d8b891890601efa54159dec2f1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 16 Jan 2009 15:36:27 +0000 Subject: [PATCH] Undocument PHP 3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273643 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/mktime.xml | 6 +---- reference/filesystem/functions/fgetss.xml | 4 +-- .../mysql/functions/mysql-change-user.xml | 26 +------------------ reference/mysql/functions/mysql-connect.xml | 15 +---------- reference/mysql/functions/mysql-pconnect.xml | 15 +---------- reference/network/functions/fsockopen.xml | 8 +----- reference/zlib/functions/gzgetss.xml | 4 +-- 7 files changed, 9 insertions(+), 69 deletions(-) diff --git a/reference/datetime/functions/mktime.xml b/reference/datetime/functions/mktime.xml index e40f74e9f5..28b8a4f759 100644 --- a/reference/datetime/functions/mktime.xml +++ b/reference/datetime/functions/mktime.xml @@ -1,5 +1,5 @@ - + @@ -151,10 +151,6 @@ if the is_dst parameter is used. - - 3.0.10 - Added is_dst parameter - 5.1.0 diff --git a/reference/filesystem/functions/fgetss.xml b/reference/filesystem/functions/fgetss.xml index 5efb058f46..80bc10977c 100644 --- a/reference/filesystem/functions/fgetss.xml +++ b/reference/filesystem/functions/fgetss.xml @@ -1,5 +1,5 @@ - + fgetss @@ -83,7 +83,7 @@ - 3.0.13 and 4.0.0 + 4.0.0 The allowable_tags parameter was added, diff --git a/reference/mysql/functions/mysql-change-user.xml b/reference/mysql/functions/mysql-change-user.xml index 382d028b18..446888aa23 100644 --- a/reference/mysql/functions/mysql-change-user.xml +++ b/reference/mysql/functions/mysql-change-user.xml @@ -1,5 +1,5 @@ - + mysql_change_user @@ -69,30 +69,6 @@ - - &reftitle.changelog; - - - - - - &Version; - &Description; - - - - - 3.0.14 - - This function was removed from PHP. - - - - - - - - &reftitle.notes; diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index 37f0974c23..cad6cff71f 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + mysql_connect @@ -128,19 +128,6 @@ Added the new_link parameter. - - 3.0.10 - - Added support for ":/path/to/socket" with - server. - - - - 3.0.0 - - Added support for ":port" with server. - - diff --git a/reference/mysql/functions/mysql-pconnect.xml b/reference/mysql/functions/mysql-pconnect.xml index 948b1d7116..955236f840 100644 --- a/reference/mysql/functions/mysql-pconnect.xml +++ b/reference/mysql/functions/mysql-pconnect.xml @@ -1,5 +1,5 @@ - + mysql_pconnect @@ -130,19 +130,6 @@ Added the client_flags parameter. - - 3.0.10 - - Added support for ":/path/to/socket" with - server. - - - - 3.0.0 - - Added support for ":port" with server. - - diff --git a/reference/network/functions/fsockopen.xml b/reference/network/functions/fsockopen.xml index bc9a412e3b..1ba14566a6 100644 --- a/reference/network/functions/fsockopen.xml +++ b/reference/network/functions/fsockopen.xml @@ -1,5 +1,5 @@ - + fsockopen @@ -146,12 +146,6 @@ UDP support was added. - - 3.0.9 - - The timeout parameter was added. - - diff --git a/reference/zlib/functions/gzgetss.xml b/reference/zlib/functions/gzgetss.xml index 5517bccf7b..392f02fd3e 100644 --- a/reference/zlib/functions/gzgetss.xml +++ b/reference/zlib/functions/gzgetss.xml @@ -1,5 +1,5 @@ - + gzgetss @@ -73,7 +73,7 @@ - 3.0.13 and 4.0.0 + 4.0.0 allowable_tags was added.