From 17fa318f1468d3c0bd1771696418d3a27ca1f1d4 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 24 Jun 2001 15:27:22 +0000 Subject: [PATCH] Added a warning about the experimental status of some modules. Updated TODO git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50102 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ctype.xml | 1 + functions/dbx.xml | 1 + functions/domxml.xml | 1 + functions/fbsql.xml | 1 + functions/ingres_ii.xml | 1 + functions/mbstring.xml | 3 ++- functions/ming.xml | 1 + functions/openssl.xml | 1 + functions/satellite.xml | 3 ++- functions/sockets.xml | 3 ++- functions/xslt.xml | 1 + language-snippets.ent | 1 + 12 files changed, 15 insertions(+), 3 deletions(-) diff --git a/functions/ctype.xml b/functions/ctype.xml index 42dcb7285a..428d947bdb 100644 --- a/functions/ctype.xml +++ b/functions/ctype.xml @@ -3,6 +3,7 @@ ctype + &warn.experimental; These functions check whether a character or string falls into a certain character class according to the diff --git a/functions/dbx.xml b/functions/dbx.xml index 94e3ae63e6..3e364943bd 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -2,6 +2,7 @@ dbx functions dbx + &warn.experimental; The dbx module is a database abstraction layer (db 'X', where 'X' is a supported database). The dbx functions allow you to access diff --git a/functions/domxml.xml b/functions/domxml.xml index 4c97d2e208..f64b4fc9ee 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -3,6 +3,7 @@ DOM XML + &warn.experimental; This documentation is not finished yet. Don't start to translate it or use it as a programming reference (steinm@php.net). diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 40d87fd31a..6c5f76fdc7 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -2,6 +2,7 @@ FrontBase functions FrontBase + &warn.experimental; These functions allow you to access FrontBase database servers. In order to have these functions available, you must compile php diff --git a/functions/ingres_ii.xml b/functions/ingres_ii.xml index aa4cd306c3..657ffa1030 100755 --- a/functions/ingres_ii.xml +++ b/functions/ingres_ii.xml @@ -2,6 +2,7 @@ Ingres II functions Ingres II + &warn.experimental; These functions allow you to access Ingres II database servers. diff --git a/functions/mbstring.xml b/functions/mbstring.xml index a231fc4234..4843317bf8 100644 --- a/functions/mbstring.xml +++ b/functions/mbstring.xml @@ -2,6 +2,7 @@ Multi-Byte String Functions Multi-Byte String + &warn.experimental; Introduction @@ -1399,4 +1400,4 @@ $convmap = array ( --> \ No newline at end of file + --> diff --git a/functions/ming.xml b/functions/ming.xml index dc0f808a0c..e427d92ad3 100755 --- a/functions/ming.xml +++ b/functions/ming.xml @@ -3,6 +3,7 @@ Ming (flash) + &warn.experimental; Introduction diff --git a/functions/openssl.xml b/functions/openssl.xml index 2970ae4831..857fbac8ea 100644 --- a/functions/openssl.xml +++ b/functions/openssl.xml @@ -2,6 +2,7 @@ OpenSSL functions OpenSSL + &warn.experimental; Introduction diff --git a/functions/satellite.xml b/functions/satellite.xml index 93af089079..37f33c35a1 100644 --- a/functions/satellite.xml +++ b/functions/satellite.xml @@ -1,6 +1,6 @@ - \ No newline at end of file + diff --git a/functions/xslt.xml b/functions/xslt.xml index b4c1a783cc..4dda9362fd 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -4,6 +4,7 @@ XSLT + &warn.experimental; Introduction diff --git a/language-snippets.ent b/language-snippets.ent index a0d1fbbd39..097f6926eb 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1,3 +1,4 @@ +This module is EXPERIMENTAL. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.'> As with anything that outputs its result directly to the browser, you can use the output-control functions to capture the output of this function, and save it - for example - in a string.'>