From 68ff43a5c3837ee5e19364446e9c1ec6f2f0bcbd Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Thu, 29 Aug 2002 03:02:03 +0000 Subject: [PATCH] Bug Fix #19097 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94011 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/shmop/reference.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/shmop/reference.xml b/reference/shmop/reference.xml index 4d69db2e8b..17457ef57e 100644 --- a/reference/shmop/reference.xml +++ b/reference/shmop/reference.xml @@ -1,5 +1,5 @@ - + Shared Memory Functions shmop @@ -9,8 +9,10 @@ &reftitle.intro; 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.