Searched refs:shared (Results 1 – 25 of 91) sorted by relevance
1234
/php-src/ext/sysvsem/tests/ |
H A D | sysv.phpt | 2 General semaphore and shared memory test 8 $MEMSIZE = 512; // size of shared memory to allocate 31 echo "Fail to attach shared memory.\n"; 35 echo "Success to attach shared memory.\n"; 44 echo "Write var1 to shared memory.\n"; 48 echo "Fail to put var 2 on shared memory.\n"; 53 echo "Write var2 to shared memory.\n"; 77 // remove shared memory segmant from SysV 96 Success to attach shared memory. 97 Write var1 to shared memory. [all …]
|
/php-src/sapi/embed/ |
H A D | config.m4 | 4 'shared' or 'static'. [TYPE=shared]])], 12 [yes|shared], [ 13 LIBPHP_CFLAGS="-shared" 14 PHP_EMBED_TYPE=shared
|
/php-src/ext/sysvshm/ |
H A D | config.m4 | 2 [whether to enable System V shared memory support], 4 [Enable the System V shared memory support])])
|
/php-src/tests/run-test/ |
H A D | extensions-shared.phpt | 2 phpt EXTENSIONS directive - shared module 12 if( !file_exists($ext_module) ) die('skip openssl shared extension not found');
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_filename_uri.phpt | 8 // create with in-memory database using shared cached 9 $db = new PDO('sqlite:file::memory:?cache=shared'); 14 $db = new PDO('sqlite:file::memory:?cache=shared');
|
H A D | pdo_sqlite_empty_filename.phpt | 14 $db = new PDO('sqlite:file:?cache=shared');
|
/php-src/ext/reflection/ |
H A D | config.w32 | 3 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
|
/php-src/ext/shmop/tests/ |
H A D | 001.phpt | 9 $write_d2 = "test #2 append data to shared memory segment"; 41 /* try to append data to the shared memory segment, this should fail */ 83 data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment
|
H A D | 002.phpt | 25 // Warning outputs: Unable to attach or create shared memory segment 76 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d 79 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
|
H A D | gh14537.phpt | 26 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
|
/php-src/build/ |
H A D | libtool.m4 | 2033 AC_ARG_ENABLE([shared], 2060 # set the default shared flag to --disable-shared 3022 shared_flag='-shared' 3264 # linking a shared library. 4350 # shared library. 4354 # shared library. 4358 # shared library. 4362 # shared library. 4370 # a shared library. 5713 shared_flag='-shared' [all …]
|
/php-src/Zend/tests/ |
H A D | unused_shared_static_variables.phpt | 2 Cleanup of shared static variables HT that has never been used should not assert
|
/php-src/ext/spl/tests/ |
H A D | ArrayObject_modify_shared_object_properties.phpt | 2 Modifications to ArrayObjects should not affect shared properties tables
|
H A D | arrayObject___construct_basic7.phpt | 2 SPL: ArrayObject::__construct: Using object with shared properties
|
/php-src/ext/json/ |
H A D | config.w32 | 3 EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
|
/php-src/ext/dl_test/ |
H A D | config.m4 | 7 dnl Always build as shared extension.
|
/php-src/ext/random/ |
H A D | config.w32 | 1 EXTENSION("random", "random.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
|
/php-src/ext/ffi/tests/ |
H A D | ffi_load_error.phpt | 2 Test that FFI::load returns a detailed error when failing to load a shared library
|
/php-src/docs-old/ |
H A D | self-contained-extensions.md | 92 extension will be enabled by `PHP_NEW_EXTENSION` in shared mode. 138 ## Adding shared module support to a module 140 In order to be useful, a self-contained extension must be loadable as a shared 141 module. The following will explain now how you can add shared module support to 145 automatically be able to use `--with-foo=shared[,..]` or 146 `--enable-foo=shared[,..]`.
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_worker_pool.h | 21 struct fpm_worker_pool_s *shared; member
|
/php-src/ext/spl/ |
H A D | config.w32 | 3 … spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND_ENABLE…
|
/php-src/ext/opcache/tests/ |
H A D | gh9259_003.phpt | 20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
|
/php-src/ext/libxml/ |
H A D | config0.m4 | 8 dnl This extension can not be build as shared
|
/php-src/ext/session/ |
H A D | config.w32 | 6 …_user_class.c session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */, "/DZEND_ENABLE…
|
/php-src/ext/com_dotnet/ |
H A D | config.w32 | 3 ARG_ENABLE("com-dotnet", "COM and .Net support", "yes,shared");
|
Completed in 54 milliseconds
1234