summaryrefslogtreecommitdiff
path: root/ext/sysvsem/php_sysvsem.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-03 04:05:46 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-03 04:05:46 +0200
commit03a3faa1514fc9c8863735fd68cb135958c1a902 (patch)
tree272ecd13f21a610c0ac52e51b8086a21ad825a6c /ext/sysvsem/php_sysvsem.h
parente147eb24b2d44af4de64fe0ee7fe1355ac3a2bf5 (diff)
downloadphp-git-03a3faa1514fc9c8863735fd68cb135958c1a902.tar.gz
Sync sysvsem and sysvshm versions in phpinfo
This patch removes the versions of the sysvsem and sysvshm extensions in the phpinfo output to sync them with PHP core and bundled extensions versions displayed. Instead it displays the extension enabled status.
Diffstat (limited to 'ext/sysvsem/php_sysvsem.h')
-rw-r--r--ext/sysvsem/php_sysvsem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sysvsem/php_sysvsem.h b/ext/sysvsem/php_sysvsem.h
index b021bc1a4f..fc4e8a7bd9 100644
--- a/ext/sysvsem/php_sysvsem.h
+++ b/ext/sysvsem/php_sysvsem.h
@@ -30,6 +30,7 @@ extern zend_module_entry sysvsem_module_entry;
#define PHP_SYSVSEM_VERSION PHP_VERSION
PHP_MINIT_FUNCTION(sysvsem);
+PHP_MINFO_FUNCTION(sysvsem);
PHP_FUNCTION(sem_get);
PHP_FUNCTION(sem_acquire);
PHP_FUNCTION(sem_release);