mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Bug Fix #19097
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94011 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3bc43da98
commit
68ff43a5c3
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue