make the experimental warnings a little less awkward, and with less shouting. and they are extensions, not modules.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-07 01:26:25 +00:00
parent dd5700c2c4
commit 38b4f3363d

View file

@ -1,16 +1,17 @@
<!-- $Revision$ -->
<!ENTITY warn.experimental '<warning><simpara>This module is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of these functions,
these function names, 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 warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
including the names of its functions, and anything else documented
about this extension may change in a future release of PHP without
notice. Be warned and use this extension at your own
risk.</simpara></warning>'>
<!ENTITY warn.experimental.func '<warning><simpara>This function is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function,
this function name, ANYTHING documented here can change in a future
release of PHP WITHOUT NOTICE. Be warned and use this function at
your own risk.</simpara></warning>'>
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this function, the
name of this function, and anything else documented about this
function may change in a future release of PHP without notice. Be
warned and use this function 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