mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2d20b90aa9
commit
d614409664
1 changed files with 7 additions and 13 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue