Home
last modified time | relevance | path

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

/PHP-7.4/ext/shmop/
H A Dshmop.c99 PHP_MINIT(shmop),
103 PHP_MINFO(shmop),
110 ZEND_GET_MODULE(shmop) in ZEND_GET_MODULE() argument
119 shmdt(shmop->addr); in ZEND_GET_MODULE()
120 efree(shmop); in ZEND_GET_MODULE()
166 shmop->key = key; in PHP_FUNCTION()
176 shmop->size = size; in PHP_FUNCTION()
193 if (shmop->shmflg & IPC_CREAT && shmop->size < 1) { in PHP_FUNCTION()
198 shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg); in PHP_FUNCTION()
215 shmop->addr = shmat(shmop->shmid, 0, shmop->shmatflg); in PHP_FUNCTION()
[all …]
H A Dconfig.m41 PHP_ARG_ENABLE([shmop],
2 [whether to enable shmop support],
3 [AS_HELP_STRING([--enable-shmop],
4 [Enable shmop support])])
8 PHP_NEW_EXTENSION(shmop, shmop.c, $ext_shared)
H A Dconfig.w323 ARG_ENABLE("shmop", "shmop support", "no");
6 EXTENSION("shmop", "shmop.c");
H A Dphp_shmop.h30 PHP_MINIT_FUNCTION(shmop);
31 PHP_MINFO_FUNCTION(shmop);
/PHP-7.4/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";
83 data in memory is: test #1 of the shmop() extension
85 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 Dshmop_open_private.phpt5 if (!extension_loaded('shmop')) die('skip shmop extension not available');
H A Dbug81407.phpt6 if (!extension_loaded("shmop")) die("skip shmop extension not available");
H A D002.phpt2 shmop extension error messages
10 if (!extension_loaded("shmop")) {
11 die("skip shmop() extension not available");
/PHP-7.4/azure/
H A Dconfigure.yml35 --enable-shmop \
H A Dmsan_job.yml43 --enable-shmop \
/PHP-7.4/travis/
H A Dcompile.sh61 --enable-shmop \
/PHP-7.4/azure/i386/
H A Djob.yml45 --enable-shmop \
/PHP-7.4/azure/macos/
H A Djob.yml47 --enable-shmop \
/PHP-7.4/
H A DEXTENSIONS447 EXTENSION: shmop
H A DNEWS203 . Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). (cmb, Nikita)
1246 . Fixed bug #78538 (shmop memory leak). (cmb)
H A Dphp.ini-development937 ;extension=shmop
H A Dphp.ini-production937 ;extension=shmop

Completed in 42 milliseconds