Date: 08/28/02
- Next message: kalowsky <email protected>: "[PHP-DOC] #19097 [Opn->Csd]: Shared Memory Functions"
- Previous message: Gregory Song: "Re: [PHP-DOC] How long between PHP online manual rebuild from last time?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
kalowsky Wed Aug 28 23:02:04 2002 EDT
Modified files:
/phpdoc/en/reference/shmop reference.xml
Log:
Bug Fix #19097
Index: phpdoc/en/reference/shmop/reference.xml
diff -u phpdoc/en/reference/shmop/reference.xml:1.6 phpdoc/en/reference/shmop/reference.xml:1.7
--- phpdoc/en/reference/shmop/reference.xml:1.6 Fri Aug 9 06:26:11 2002
+++ phpdoc/en/reference/shmop/reference.xml Wed Aug 28 23:02:03 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
@@ -9,8 +9,10 @@
&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. The functions
- will not work on windows, as it does not support shared memory.
+ 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 php_shmop.dll in your php.ini
+ will enable this functionality though.
</para>
<note>
<simpara>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: kalowsky <email protected>: "[PHP-DOC] #19097 [Opn->Csd]: Shared Memory Functions"
- Previous message: Gregory Song: "Re: [PHP-DOC] How long between PHP online manual rebuild from last time?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

