betz Sun Apr 25 09:59:04 2004 EDT
Modified files:
/phpdoc/en/reference/shmop reference.xml
Log:
move windows information to seperate note.
web server module instead SAPI, thx derick
http://cvs.php.net/diff.php/phpdoc/en/reference/shmop/reference.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.13
phpdoc/en/reference/shmop/reference.xml:1.14
--- phpdoc/en/reference/shmop/reference.xml:1.13 Sun Apr 25 09:27:33 2004
+++ phpdoc/en/reference/shmop/reference.xml Sun Apr 25 09:59:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
@@ -9,13 +9,17 @@
&reftitle.intro;
<para>
Shmop is an easy to use set of functions that allows PHP to read,
- write, create and delete Unix shared memory segments. Note that versions
- of Windows previous to Windows 2000 do not support shared memory. Under
- Windows, Shmop will only work when PHP is running in SAPI mode, such as
- Apache or IIS (CLI and CGI will not work).
+ write, create and delete Unix shared memory segments.
</para>
<note>
<simpara>
+ Versions of Windows previous to Windows 2000 do not support shared memory.
+ Under Windows, Shmop will only work when PHP is running as a web server
+ module, such as Apache or IIS (CLI and CGI will not work).
+ </simpara>
+ </note>
+ <note>
+ <simpara>
In PHP 4.0.3, these functions were prefixed by <literal>shm</literal>
rather than <literal>shmop</literal>.
</simpara>