mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Added a note to shmop.xml that the function names will change in
version 4.0.4 from shm_* to shmop_*. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34271 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0f0f5f45ce
commit
2d4e406376
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@
|
|||
use shmop you will need to compile php with the --enable-shmop parameter
|
||||
in your configure line.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
The functions explained in the chapter begin all with
|
||||
<function>shm_</function> in PHP 4.0.3, but in PHP 4.0.4 and later
|
||||
versions these names are changed to begin with
|
||||
<function>shmop_</function>.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
<example>
|
||||
<title>Shared Memory Operations Overview</title>
|
||||
|
|
Loading…
Reference in a new issue