Home
last modified time | relevance | path

Searched refs:shared (Results 51 – 75 of 91) sorted by relevance

1234

/php-src/.github/actions/configure-macos/
H A Daction.yml63 --enable-dl-test=shared \
/php-src/
H A D.cirrus.yml17 …ble-calendar --enable-ftp --with-ffi --enable-zend-test --enable-dl-test=shared --enable-intl --wi…
H A Dconfigure.ac244 AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
1105 --with-EXTENSION=[shared[,PATH]]
1107 NOTE: Not all extensions can be built as 'shared'.
1109 Example: --with-foobar=shared,/usr/local/foobar/
1111 o Builds the foobar extension as shared extension.
1160 shared[)]
1298 # AIX uses a different calling convention (shared with non-_CALL_ELF Linux).
H A DNEWS125 . Added large shared segments support for FreeBSD. (David Carlier)
266 "session" built as a shared object). (nielsdos)
/php-src/.github/actions/configure-x64/
H A Daction.yml59 ${{ inputs.skipSlow == 'false' && '--enable-dl-test=shared' || '' }} \
/php-src/win32/build/
H A Dconfig.w32.phpize.in134 into the build dir and used to automatically load the shared extensions.", "no");
136 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A Dconfig.w32381 ARG_WITH("all-shared", "Force all the non obligatory extensions to be shared", "no");
390 into the build dir and used to automatically load the shared extensions.", "yes");
392 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
/php-src/scripts/
H A Dphpize.m424 ext_output="yes, shared"
142 dnl Always shared.
/php-src/sapi/litespeed/
H A DREADME.md16 host configuration. In shared hosting environment, each hosting account will has
18 security when mod_php is used. Usually, FastCGI PHP is not an option in shared
123 Self Managed Mode is preferred because all PHP processes can share one shared
134 a shared hosting environment. When set to 1, the internal process manager will
/php-src/ext/standard/
H A Dconfig.w3238 streamsfuncs.c http.c flock_compat.c hrtime.c", false /* never shared */,
/php-src/.github/scripts/windows/
H A Dbuild_task.bat44 --enable-com-dotnet=shared ^
/php-src/sapi/embed/
H A DREADME.md36 We must also point the linker and the runtime loader to the `libphp.so` shared lib for linking PHP …
47 …t, you'll need to rebuild PHP with `./configure --enable-embed`. The PHP shared library `libphp.so…
/php-src/sapi/cgi/
H A Dconfig9.m444 if test "$php_sapi_module" = "shared"; then
/php-src/sapi/cli/
H A Dconfig.m435 if test "$php_sapi_module" = "shared"; then
/php-src/ext/intl/
H A Dconfig.w328 // always build as shared - zend_strtod.c/ICU type conflict
/php-src/sapi/phpdbg/
H A Dconfig.m492 …\$(CC) -shared -Wl,-soname,libphpdbg.so -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA…
/php-src/sapi/fpm/fpm/
H A Dfpm_status.c187 …scoreboard_p = fpm_scoreboard_copy(scoreboard_p->shared ? scoreboard_p->shared : scoreboard_p, ful… in fpm_status_handle_request()
H A Dfpm_children.c391 if (wp == child->wp || wp == child->wp->shared) { in fpm_child_resources_use()
/php-src/ext/gd/
H A Dconfig.w323 ARG_WITH("gd", "Bundled GD support", "yes,shared");
/php-src/.circleci/
H A Dconfig.yml132 --enable-dl-test=shared \
/php-src/ext/dba/
H A Dconfig.m469 [Build DBA with bundled modules. To build shared DBA extension use
70 --enable-dba=shared])])
344 AC_MSG_CHECKING([if dba can be used as shared extension])
697 AC_MSG_RESULT([yes, shared])
/php-src/build/
H A Dltmain.sh585 shared)
814 -shared)
1187 -shared)
2313 $echo "*** shared version of the library, which you do not appear to have"
2318 $echo "*** Warning: Linking the shared library $output against the"
2738 $echo "** Warning, lib $linklib is a module, not a shared library"
3631 $echo "*** shared version of the library, which I believe you do not have"
3744 $echo "*** shared version of the library, which you do not appear to have"
3796 $echo "*** shared version of the library, which you do not appear to have"
6394 $echo "See any operating system documentation about shared libraries for"
[all …]
/php-src/ext/pdo_odbc/
H A Dconfig.m48 'shared' the extension filename is always pdo_odbc.so]])
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst134 PHP has value and reference types. Reference types are types that are shared through a reference, a
170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in70 ; accidental corruptions in an accelerator's shared memory.

Completed in 58 milliseconds

1234