Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 88) 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/travis/
H A Dcompile.sh67 --enable-zend-test=shared \
68 --enable-dl-test=shared \
/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
/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/ext/dl_test/
H A Dconfig.m47 PHP_NEW_EXTENSION(dl_test, dl_test.c, [shared],, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/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/openssl/
H A Dconfig.w323 ARG_WITH("openssl", "OpenSSL support", "no,shared");
/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/ffi/tests/
H A Dffi_load_error.phpt2 Test that FFI::load returns a detailed error when failling to load a shared library
/php-src/ext/random/
H A Dconfig.w321 EXTENSION("random", "random.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/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/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/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
79 LIBPHP_CFLAGS="-shared"
85 …PHP_SELECT_SAPI(apache2handler, shared, mod_php.c sapi_apache2.c apache_config.c php_functions.c, …
105 …PHP_SELECT_SAPI(apache2handler, shared, mod_php.c sapi_apache2.c apache_config.c php_functions.c, …
/php-src/ext/opcache/
H A Dconfig.m429 dnl Always build as shared extension
108 AC_MSG_CHECKING(for sysvipc shared memory support)
179 AC_MSG_CHECKING(for mmap() using MAP_ANON shared memory support)
241 dnl Check POSIX shared memory object operations and link required library as
248 [AC_CACHE_CHECK([for mmap() using shm_open() shared memory support],
342 shared,,"-Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 ${JIT_CFLAGS}",,yes)
347 …AC_MSG_ERROR([No supported shared memory caching support was found when configuring opcache. Check…
/php-src/ext/libxml/
H A Dconfig0.m49 dnl This extension can not be build as shared
/php-src/sapi/fpm/fpm/
H A Dfpm_worker_pool.h21 struct fpm_worker_pool_s *shared; member

Completed in 83 milliseconds

1234