jimw            Thu Dec  6 20:26:25 2001 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  make the experimental warnings a little less awkward, and with less shouting. and 
they are extensions, not modules.
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.12 phpdoc/en/language-snippets.ent:1.13
--- phpdoc/en/language-snippets.ent:1.12        Thu Dec  6 20:20:06 2001
+++ phpdoc/en/language-snippets.ent     Thu Dec  6 20:26:25 2001
@@ -1,16 +1,17 @@
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
-<!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


Reply via email to