Home
last modified time | relevance | path

Searched refs:shmop (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/shmop/
H A Dshmop.c100 PHP_MINIT(shmop),
104 PHP_MINFO(shmop),
111 ZEND_GET_MODULE(shmop) in ZEND_GET_MODULE() argument
120 shmdt(shmop->addr); in ZEND_GET_MODULE()
121 efree(shmop); in ZEND_GET_MODULE()
167 shmop->key = key; in PHP_FUNCTION()
177 shmop->size = size; in PHP_FUNCTION()
194 if (shmop->shmflg & IPC_CREAT && shmop->size < 1) { in PHP_FUNCTION()
199 shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg); in PHP_FUNCTION()
211 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
[all …]
H A Dconfig.m42 PHP_ARG_ENABLE(shmop, whether to enable shmop support,
3 [ --enable-shmop Enable shmop support])
7 PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
H A Dconfig.w324 ARG_ENABLE("shmop", "shmop support", "no");
7 EXTENSION("shmop", "shmop.c");
H A Dphp_shmop.h30 PHP_MINIT_FUNCTION(shmop);
31 PHP_MINFO_FUNCTION(shmop);
/PHP-7.1/ext/shmop/tests/
H A D001.phpt2 shmop extension test
5 if (!extension_loaded("shmop")) {
6 die("skip shmop() extension not available");
12 $write_d1 = "test #1 of the shmop() extension";
84 data in memory is: test #1 of the shmop() extension
86 data in memory is: test #1 of the shmop() extension
90 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
H A D002.phpt2 shmop extension error messages
10 if (!extension_loaded("shmop")) {
11 die("skip shmop() extension not available");
/PHP-7.1/travis/
H A Dcompile.sh43 --enable-shmop \
/PHP-7.1/
H A DEXTENSIONS404 EXTENSION: shmop

Completed in 20 milliseconds