yohgaki Wed Jan 9 20:03:06 2002 EDT
Modified files:
/phpdoc/en/functions shmop.xml
Log:
Added EXPERIMENTAL note.
# this should be in there...
Index: phpdoc/en/functions/shmop.xml
diff -u phpdoc/en/functions/shmop.xml:1.12 phpdoc/en/functions/shmop.xml:1.13
--- phpdoc/en/functions/shmop.xml:1.12 Wed Jan 9 19:59:17 2002
+++ phpdoc/en/functions/shmop.xml Wed Jan 9 20:03:06 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
@@ -13,6 +13,10 @@
in your configure line.
</para>
<note>
+ <simpara>
+ This module is experimental. API and others are subject to be
+ changed without notice.
+ </simpara>
<simpara>
In PHP 4.0.3, there functions were prefixed by <literal>shm</literal>
rather than <literal>shmop</literal>.