From d614409664878313b36b09becfe5737216b32e77 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 7 Aug 2002 10:24:09 +0000 Subject: [PATCH] ups, confusion with copy and paste ...:-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91146 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/shmop/reference.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/reference/shmop/reference.xml b/reference/shmop/reference.xml index abb5670d32..cc71f7262e 100644 --- a/reference/shmop/reference.xml +++ b/reference/shmop/reference.xml @@ -1,22 +1,10 @@ - + Shared Memory Functions shmop - - To - use shmop you will need to compile php with the --enable-shmop parameter - in your configure line. - - - - In PHP 4.0.3, there functions were prefixed by shm - rather than shmop. - - -
&reftitle.intro; @@ -24,6 +12,12 @@ write, create and delete UNIX shared memory segments. The functions will not work on windows, as it does not support shared memory. + + + In PHP 4.0.3, these functions were prefixed by shm + rather than shmop. + +