reference/shmop/book.xml
5f8047c12b4078a6f686b2b0589e9284c47bf155
...
...
@@ -1,9 +1,8 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: fileprocess.process -->
4
-
<!-- Membership: bundled -->
5
3
6
4
<book xml:id="book.shmop" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="bundled" ?>
7
6
<title>Shared Memory</title>
8
7
9
8
<!-- {{{ preface -->
...
...
@@ -13,19 +12,6 @@
13
12
Shmop is an easy to use set of functions that allows PHP to read,
14
13
write, create and delete Unix shared memory segments.
15
14
</para>
16
-
<note>
17
-
<simpara>
18
-
Versions of Windows previous to Windows 2000 do not support shared memory.
19
-
Under Windows, Shmop will only work when PHP is running as a web server
20
-
module, such as Apache or IIS (CLI and CGI will not work).
21
-
</simpara>
22
-
</note>
23
-
<note>
24
-
<simpara>
25
-
In PHP 4.0.3, these functions were prefixed by <literal>shm</literal>
26
-
rather than <literal>shmop</literal>.
27
-
</simpara>
28
-
</note>
29
15
</preface>
30
16
<!-- }}} -->
31
17
...
...
@@ -33,6 +19,7 @@
33
19
&reference.shmop.constants;
34
20
&reference.shmop.examples;
35
21
&reference.shmop.reference;
22
+
&reference.shmop.shmop;
36
23

37
24
</book>
38
25

39
26