Home
last modified time | relevance | path

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

/PHP-5.3/ext/shmop/
H A Dshmop.c100 PHP_MINIT(shmop),
104 PHP_MINFO(shmop),
111 ZEND_GET_MODULE(shmop) in ZEND_GET_MODULE() argument
116 if (!shmop) { \
130 shmdt(shmop->addr);
131 efree(shmop);
178 shmop->key = key; in PHP_FUNCTION()
205 if (shmop->shmflg & IPC_CREAT && shmop->size < 1) { in PHP_FUNCTION()
210 shmop->shmid = shmget(shmop->key, shmop->size, shmop->shmflg); in PHP_FUNCTION()
221 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 Dshmop.dsp1 # Microsoft Developer Studio Project File - Name="shmop" - Package Owner=<4>
7 CFG=shmop - Win32 Debug_TS
11 !MESSAGE NMAKE /f "shmop.mak".
16 !MESSAGE NMAKE /f "shmop.mak" CFG="shmop - Win32 Debug_TS"
20 !MESSAGE "shmop - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "shmop - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "shmop - Win32 Release_TS"
58 !ELSEIF "$(CFG)" == "shmop - Win32 Debug_TS"
88 # Name "shmop - Win32 Release_TS"
89 # Name "shmop - Win32 Debug_TS"
[all …]
H A Dphp_shmop.h27 PHP_MINIT_FUNCTION(shmop);
28 PHP_MINFO_FUNCTION(shmop);
/PHP-5.3/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
/PHP-5.3/win32/
H A Dphp_modules.dsw378 Project: "shmop"=..\ext\shmop\shmop.dsp - Package Owner=<4>
/PHP-5.3/
H A DEXTENSIONS493 EXTENSION: shmop

Completed in 19 milliseconds