joey            Thu Aug 21 00:02:30 2003 EDT

  Modified files:              
    /phpdoc/en/reference/shmop  reference.xml 
  Log:
  Clear up cumbersome language.
  
  
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.8 
phpdoc/en/reference/shmop/reference.xml:1.9
--- phpdoc/en/reference/shmop/reference.xml:1.8 Mon Dec  2 07:55:40 2002
+++ phpdoc/en/reference/shmop/reference.xml     Thu Aug 21 00:02:30 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <reference id="ref.shmop">
   <title>Shared Memory Functions</title>
   <titleabbrev>shmop</titleabbrev>
@@ -9,10 +9,8 @@
     &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. These functions
-     will not typically work on Windows, as it does not support shared memory.
-     As of Windows 2000 though, enabling the <filename>php_shmop.dll
-     </filename>in your &php.ini; will enable this functionality though.
+     write, create and delete UNIX shared memory segments. Note that versions
+     of Windows previous to Windows 2000 do not support shared memory.
     </para>
     <note>
      <simpara>


Reply via email to