nlopess         Tue Feb 17 12:27:56 2004 EDT

  Modified files:              
    /phpdoc/en/reference/shmop  reference.xml 
  Log:
  fix #27271
  dont work in CLI or CGI under windows
  
http://cvs.php.net/diff.php/phpdoc/en/reference/shmop/reference.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.11 
phpdoc/en/reference/shmop/reference.xml:1.12
--- phpdoc/en/reference/shmop/reference.xml:1.11        Sat Dec 20 23:21:57 2003
+++ phpdoc/en/reference/shmop/reference.xml     Tue Feb 17 12:27:56 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <reference id="ref.shmop">
   <title>Shared Memory Functions</title>
   <titleabbrev>shmop</titleabbrev>
@@ -10,7 +10,9 @@
     <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.
+     of Windows previous to Windows 2000 do not support shared memory. Under
+     Windows, Shmop will only work when PHP is running in ISAPI mode, such as
+     Apache or IIS (CLI and CGI will not work).
     </para>
     <note>
      <simpara>

Reply via email to