diff options
-rw-r--r-- | ext/sysvshm/sysvshm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 359f33abcf..daf082077b 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put(int id, int key, object *variable) +/* {{{ proto int shm_put_var(int id, int key, object *variable) Insert a variable into shared memory */ PHP_FUNCTION(shm_put_var) { |