betz            Mon Nov 25 18:40:02 2002 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  two entities added
  note.no-windows.extension
  windows.builtin
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.32 phpdoc/en/language-snippets.ent:1.33
--- phpdoc/en/language-snippets.ent:1.32        Thu Sep 26 09:56:49 2002
+++ phpdoc/en/language-snippets.ent     Mon Nov 25 18:40:02 2002
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -63,6 +63,9 @@
 <!ENTITY note.no-windows '<note><simpara>This function is not
 implemented on Windows platforms.</simpara></note>'>
 
+<!ENTITY note.no-windows.extension '<note><simpara>This extension is not
+available on Windows platforms.</simpara></note>'>
+
 <!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
 array containing an object reference and a method name can also be
 supplied.</simpara></note>'>
@@ -125,6 +128,10 @@
 will only be available when the extension has either
 been compiled into PHP or dynamically loaded at runtime.
 </simpara>'>
+
+<!ENTITY windows.builtin '<simpara> The windows version of <literal>PHP</literal>
+has built in support for this extension. You do not need to load any additional
+extension in order to use these functions.</simpara>'>
 
 <!-- These are using in reference/$extname/reference.xml and other
 supplemental files to mark section titles -->



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to