mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
dd5700c2c4
commit
38b4f3363d
1 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue