From 2d4e4063769bd640e5e23c564b63df7621c58a1f Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 20 Oct 2000 22:45:11 +0000 Subject: [PATCH] - 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 --- functions/shmop.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/functions/shmop.xml b/functions/shmop.xml index 4ba5a373a4..0c2c605405 100755 --- a/functions/shmop.xml +++ b/functions/shmop.xml @@ -10,6 +10,14 @@ use shmop you will need to compile php with the --enable-shmop parameter in your configure line. + + + The functions explained in the chapter begin all with + shm_ in PHP 4.0.3, but in PHP 4.0.4 and later + versions these names are changed to begin with + shmop_. + + Shared Memory Operations Overview