Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 91) sorted by relevance

1234

/php-src/ext/sysvsem/tests/
H A Dsysv.phpt2 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 Dconfig.m44 'shared' or 'static'. [TYPE=shared]])],
12 [yes|shared], [
13 LIBPHP_CFLAGS="-shared"
14 PHP_EMBED_TYPE=shared
/php-src/ext/sysvshm/
H A Dconfig.m42 [whether to enable System V shared memory support],
4 [Enable the System V shared memory support])])
/php-src/tests/run-test/
H A Dextensions-shared.phpt2 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 Dpdo_sqlite_filename_uri.phpt8 // 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 Dpdo_sqlite_empty_filename.phpt14 $db = new PDO('sqlite:file:?cache=shared');
/php-src/ext/reflection/
H A Dconfig.w323 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
/php-src/ext/shmop/tests/
H A D001.phpt9 $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 D002.phpt25 // 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 Dgh14537.phpt26 Warning: shmop_open(): Unable to attach or create shared memory segment "%s" in %s on line %d
/php-src/build/
H A Dlibtool.m42033 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 Dunused_shared_static_variables.phpt2 Cleanup of shared static variables HT that has never been used should not assert
/php-src/ext/spl/tests/
H A DArrayObject_modify_shared_object_properties.phpt2 Modifications to ArrayObjects should not affect shared properties tables
H A DarrayObject___construct_basic7.phpt2 SPL: ArrayObject::__construct: Using object with shared properties
/php-src/ext/json/
H A Dconfig.w323 EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/php-src/ext/dl_test/
H A Dconfig.m47 dnl Always build as shared extension.
/php-src/ext/random/
H A Dconfig.w321 EXTENSION("random", "random.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/php-src/ext/ffi/tests/
H A Dffi_load_error.phpt2 Test that FFI::load returns a detailed error when failing to load a shared library
/php-src/docs-old/
H A Dself-contained-extensions.md92 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 Dfpm_worker_pool.h21 struct fpm_worker_pool_s *shared; member
/php-src/ext/spl/
H A Dconfig.w323 … spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND_ENABLE…
/php-src/ext/opcache/tests/
H A Dgh9259_003.phpt20 %sFatal Error Insufficient shared memory for interned strings buffer! (tried to allocate %d bytes)
/php-src/ext/libxml/
H A Dconfig0.m48 dnl This extension can not be build as shared
/php-src/ext/session/
H A Dconfig.w326 …_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 Dconfig.w323 ARG_ENABLE("com-dotnet", "COM and .Net support", "yes,shared");

Completed in 54 milliseconds

1234