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
This commit is contained in:
Jeroen van Wolffelaar 2001-06-24 15:27:22 +00:00
parent 88df9f477b
commit 17fa318f14
12 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,7 @@
<titleabbrev>ctype</titleabbrev>
<partintro>
&warn.experimental;
<para>
These functions check whether a character or string
falls into a certain character class according to the

View file

@ -2,6 +2,7 @@
<title>dbx functions</title>
<titleabbrev>dbx</titleabbrev>
<partintro>
&warn.experimental;
<simpara>
The dbx module is a database abstraction layer (db 'X', where 'X'
is a supported database). The dbx functions allow you to access

View file

@ -3,6 +3,7 @@
<titleabbrev>DOM XML</titleabbrev>
<partintro>
&warn.experimental;
<simpara>
This documentation is not finished yet. Don't start to translate it
or use it as a programming reference (steinm@php.net).

View file

@ -2,6 +2,7 @@
<title>FrontBase functions</title>
<titleabbrev>FrontBase</titleabbrev>
<partintro>
&warn.experimental;
<simpara>
These functions allow you to access FrontBase database servers. In
order to have these functions available, you must compile php

View file

@ -2,6 +2,7 @@
<title>Ingres II functions</title>
<titleabbrev>Ingres II</titleabbrev>
<partintro>
&warn.experimental;
<simpara>
These functions allow you to access Ingres II database servers.
</simpara>

View file

@ -2,6 +2,7 @@
<title>Multi-Byte String Functions</title>
<titleabbrev>Multi-Byte String</titleabbrev>
<partintro>
&warn.experimental;
<sect1 id="mb-intro">
<title>Introduction</title>
<warning>
@ -1399,4 +1400,4 @@ $convmap = array (
-->
<!-- Keep this comment for vi/vim/gvim
vi: et:ts=1:sw=1
-->
-->

View file

@ -3,6 +3,7 @@
<titleabbrev>Ming (flash)</titleabbrev>
<partintro>
&warn.experimental;
<sect1 id="ming.intro">
<title>Introduction</title>
<simpara>

View file

@ -2,6 +2,7 @@
<title>OpenSSL functions</title>
<titleabbrev>OpenSSL</titleabbrev>
<partintro>
&warn.experimental;
<sect1 id="openssl.intro">
<title>Introduction</title>
<para>

View file

@ -1,6 +1,6 @@
<!--
$Id: satellite.xml,v 1.4 2000-09-05 08:29:49 eriksson Exp $
$Id: satellite.xml,v 1.5 2001-06-24 15:27:21 jeroen Exp $
Author: David Eriksson <david@2good.com>
@ -11,6 +11,7 @@
<titleabbrev>Satellite</titleabbrev>
<partintro>
&warn.experimental;
<para>
The Satellite extension is used for accessing CORBA objects. You
will need to set the idl_directory= entry in php.ini to a path

View file

@ -3,6 +3,7 @@
<titleabbrev>Sockets</titleabbrev>
<partintro>
&warn.experimental;
<simpara>
The socket extension implements a low-level interface to the
socket communication functions, providing the possibility to act
@ -622,4 +623,4 @@ sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

View file

@ -4,6 +4,7 @@
<titleabbrev>XSLT</titleabbrev>
<partintro>
&warn.experimental;
<sect1 id="xslt.partintro">
<title>Introduction</title>

View file

@ -1,3 +1,4 @@
<!ENTITY warn.experimental '<warning><simpara>This module is <emphasis>EXPERIMENTAL</emphasis>. 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.</simpara></warning>'>
<!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result directly to the browser, you can use the <link linkend="ref.outcontrol">output-control functions</link> to capture the output of this function, and save it - for example - in a <type>string</type>.</simpara></tip>'>