diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2008-01-27 17:00:37 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2008-01-27 17:00:37 +0000 |
commit | ec70cb71f43f0f55fa68f07ec97ee8b6c3a6e8a1 (patch) | |
tree | cab08f240a6dc25ac7cf75ed8da2c8ba31319a03 /ext/shmop/shmop.c | |
parent | 500ee29e6c58f097000a7d96a32462e5c461cf96 (diff) | |
download | php-git-ec70cb71f43f0f55fa68f07ec97ee8b6c3a6e8a1.tar.gz |
WS
Diffstat (limited to 'ext/shmop/shmop.c')
-rw-r--r-- | ext/shmop/shmop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c index bf8f7050e6..24ddaccf5e 100644 --- a/ext/shmop/shmop.c +++ b/ext/shmop/shmop.c @@ -69,7 +69,7 @@ zend_module_entry shmop_module_entry = { NULL, NULL, PHP_MINFO(shmop), - NO_VERSION_YET, + NO_VERSION_YET, STANDARD_MODULE_PROPERTIES }; /* }}} */ |