- 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:
Derick Rethans 2000-10-20 22:45:11 +00:00
parent 0f0f5f45ce
commit 2d4e406376

View file

@ -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>