Home
last modified time | relevance | path

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

1234

/PHP-8.1/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-8.1/sapi/embed/
H A Dconfig.m44 'shared' or 'static'. [TYPE=shared]])],
12 yes|shared)
13 LIBPHP_CFLAGS="-shared"
14 PHP_EMBED_TYPE=shared
/PHP-8.1/ext/sysvshm/
H A Dconfig.m42 [whether to enable System V shared memory support],
4 [Enable the System V shared memory support])])
/PHP-8.1/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-8.1/.github/actions/configure-x64/
H A Daction.yml59 --enable-dl-test=shared \
77 …$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/inst…
78 …$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instant…
/PHP-8.1/ext/reflection/
H A Dconfig.w323 EXTENSION("reflection", "php_reflection.c", false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_…
/PHP-8.1/travis/
H A Dcompile.sh70 --enable-zend-test=shared \
71 --enable-dl-test=shared \
/PHP-8.1/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-8.1/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-8.1/ext/dl_test/
H A Dconfig.m47 PHP_NEW_EXTENSION(dl_test, dl_test.c, [shared],, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
/PHP-8.1/Zend/tests/
H A Dunused_shared_static_variables.phpt2 Cleanup of shared static variables HT that has never been used should not assert
/PHP-8.1/ext/openssl/
H A Dconfig.w323 ARG_WITH("openssl", "OpenSSL support", "no,shared");
/PHP-8.1/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-8.1/ext/json/
H A Dconfig.w323 EXTENSION('json', 'json.c', false /* never shared */, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
/PHP-8.1/docs/
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-8.1/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-8.1/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
80 LIBPHP_CFLAGS="-shared"
86 …PHP_SELECT_SAPI(apache2handler, shared, mod_php.c sapi_apache2.c apache_config.c php_functions.c, …
106 …PHP_SELECT_SAPI(apache2handler, shared, mod_php.c sapi_apache2.c apache_config.c php_functions.c, …
/PHP-8.1/ext/libxml/
H A Dconfig0.m49 dnl This extension can not be build as shared
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_worker_pool.h21 struct fpm_worker_pool_s *shared; member
/PHP-8.1/ext/opcache/
H A Dconfig.m423 dnl Always build as shared extension
111 AC_MSG_CHECKING(for sysvipc shared memory support)
182 AC_MSG_CHECKING(for mmap() using MAP_ANON shared memory support)
245 AC_MSG_CHECKING(for mmap() using shm_open() shared memory support)
331 shared,,"-Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1",,yes)
336 …AC_MSG_ERROR([No supported shared memory caching support was found when configuring opcache. Check…
/PHP-8.1/ext/spl/
H A Dconfig.w323 … spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */, "/DZEND_ENABLE…
/PHP-8.1/ext/sysvshm/tests/
H A D004.phpt32 Warning: shm_put_var(): Not enough shared memory left in %s004.php on line %d
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug70213.phpt2 Bug #70213: Unserialize context shared on double class lookup

Completed in 43 milliseconds

1234