diff options
-rw-r--r-- | ext/sysvshm/sysvshm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index d3cb319d4b..576fd2c13d 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -201,7 +201,7 @@ PHP_FUNCTION(shm_remove) -/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed_variable) +/* {{{ proto int shm_put_var(int shm_identifier, int variable_key, mixed variable) Inserts or updates a variable in shared memory */ PHP_FUNCTION(shm_put_var) { @@ -293,7 +293,7 @@ PHP_FUNCTION(shm_get_var) } /* }}} */ -/* {{{ proto int shm_remove_var(int id, variable_key) +/* {{{ proto int shm_remove_var(int id, int variable_key) Removes variable from shared memory */ PHP_FUNCTION(shm_remove_var) { |