cvs: phpdoc-fi / language-snippets.ent

[email protected] ("Derick Rethans") Fri, 23 Aug 2002 05:34:04 -0000
Newsgroups php.doc.fi
Message-ID <cvsderick1030080844@cvsserver>
derick		Fri Aug 23 01:34:04 2002 EDT

  Modified files:              
    /phpdoc-fi	language-snippets.ent 
  Log:
  - Add new entities
  
  
Index: phpdoc-fi/language-snippets.ent
diff -u phpdoc-fi/language-snippets.ent:1.4 phpdoc-fi/language-snippets.ent:1.5
--- phpdoc-fi/language-snippets.ent:1.4	Sat May 11 03:47:58 2002
+++ phpdoc-fi/language-snippets.ent	Fri Aug 23 01:34:04 2002
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.22 Maintainer: sniper Status: ready -->
 
 <!ENTITY warn.experimental '<warning><simpara>Varoitus! 
@@ -18,6 +18,12 @@
 toistaiseksi dokumentoimaton funktio; ainoastaan parametrilistaus
 on saatavilla.</simpara></warning>'>
 
+<!ENTITY warn.no-win32-fopen-wrapper '<warning><para>The Windows
+version of <literal>PHP</literal> currently does not support remote
+file accessing for this function, even if
+<link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled.
+</para></warning>'>
+
 <!ENTITY tip.ob-capture '<tip><simpara>Tämän funktion tulosteen
 saa kaapattua ja tallennettua <link linkend="ref.outcontrol">
 tulostus-hallinta funktioilla</link> esimerkiksi <type>string</type>
@@ -92,6 +98,19 @@
 will only be available when the extension has either
 been compiled into PHP or dynamically loaded at runtime.
 </simpara>'>
+
+<!-- For STANDARD Constants used in reference/$extname/constants.xml -->
+<!ENTITY extension.constants.core '<simpara>
+The constants listed here are always available as part of the PHP core.
+</simpara>'>
+
+<!-- Used in reference/$extname/classes.xml -->
+<!ENTITY extension.classes '<simpara>
+These classes are defined by this extension, and
+will only be available when the extension has either
+been compiled into PHP or dynamically loaded at runtime.
+</simpara>'>
+
 
 <!-- These are using in reference/$extname/reference.xml and other
 supplemental files to mark section titles -->