Searched refs:shmop (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/shmop/ |
H A D | shmop.c | 100 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 D | config.m4 | 2 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 D | config.w32 | 4 ARG_ENABLE("shmop", "shmop support", "no"); 7 EXTENSION("shmop", "shmop.c");
|
H A D | shmop.dsp | 1 # 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 D | php_shmop.h | 27 PHP_MINIT_FUNCTION(shmop); 28 PHP_MINFO_FUNCTION(shmop);
|
/PHP-5.6/ext/shmop/tests/ |
H A D | 001.phpt | 2 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.6/win32/ |
H A D | php_modules.dsw | 378 Project: "shmop"=..\ext\shmop\shmop.dsp - Package Owner=<4>
|
/PHP-5.6/travis/ |
H A D | compile.sh | 43 --enable-shmop \
|
/PHP-5.6/ |
H A D | EXTENSIONS | 505 EXTENSION: shmop
|
Completed in 21 milliseconds