ups, confusion with copy and paste ...:-)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-08-07 10:24:09 +00:00
parent 2d20b90aa9
commit d614409664

View file

@ -1,22 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
<partintro>
<para>
To
use shmop you will need to compile php with the --enable-shmop parameter
in your configure line.
</para>
<note>
<simpara>
In PHP 4.0.3, there functions were prefixed by <literal>shm</literal>
rather than <literal>shmop</literal>.
</simpara>
</note>
<section id="shmop.intro">
&reftitle.intro;
<para>
@ -24,6 +12,12 @@
write, create and delete UNIX shared memory segments. The functions
will not work on windows, as it does not support shared memory.
</para>
<note>
<simpara>
In PHP 4.0.3, these functions were prefixed by <literal>shm</literal>
rather than <literal>shmop</literal>.
</simpara>
</note>
</section>
<section id="shmop.requirenments">