summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2000-10-19 22:50:41 +0000
committerDerick Rethans <derick@php.net>2000-10-19 22:50:41 +0000
commit2c05a539e5056a228c15a3839e71cc6d41c12653 (patch)
treeaa0ba78b68a82522361a813c128d4e4d82fd5e68 /ext/shmop/php_shmop.h
parent1d9acd8337e92df4a5e3102ab77f4d480c4af212 (diff)
downloadphp-git-2c05a539e5056a228c15a3839e71cc6d41c12653.tar.gz
- Renamed the shm_ to shmop_ and created aliases for the old shm_
functions @- Renamed the shm_* functions to shmop_* and added aliases for the @ old functions (Derick)
Diffstat (limited to 'ext/shmop/php_shmop.h')
-rw-r--r--ext/shmop/php_shmop.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/shmop/php_shmop.h b/ext/shmop/php_shmop.h
index fb2a06f503..d54e45e9d3 100644
--- a/ext/shmop/php_shmop.h
+++ b/ext/shmop/php_shmop.h
@@ -36,12 +36,12 @@ PHP_RINIT_FUNCTION(shmop);
PHP_RSHUTDOWN_FUNCTION(shmop);
PHP_MINFO_FUNCTION(shmop);
-PHP_FUNCTION(shm_open);
-PHP_FUNCTION(shm_read);
-PHP_FUNCTION(shm_close);
-PHP_FUNCTION(shm_size);
-PHP_FUNCTION(shm_write);
-PHP_FUNCTION(shm_delete);
+PHP_FUNCTION(shmop_open);
+PHP_FUNCTION(shmop_read);
+PHP_FUNCTION(shmop_close);
+PHP_FUNCTION(shmop_size);
+PHP_FUNCTION(shmop_write);
+PHP_FUNCTION(shmop_delete);
struct php_shmop
{