Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 57) sorted by last modified time

123

/PHP-7.4/
H A DNEWS709 . Fixed bug #77932 (File extensions are case-sensitive). (cmb)
H A Dconfigure.ac415 dnl locale.h is checked for supporting old code in extensions such as imagick.
846 [whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY],
1025 NOTE: Not all extensions can be build as 'shared'.
1033 PHP_CONFIGURE_PART(Configuring extensions)
1035 dnl Check if all enabled by default extensions should be disabled.
1038 [Disable all extensions which are enabled by default])],
1252 EXTENSION_DIR=$libdir/extensions/$extbasedir
H A Drun-tests.php2091 $extensions = preg_split("/[\n\r]+/", trim($section_text['EXTENSIONS']));
2094 foreach ($extensions as $req_ext) {
H A Dphp.ini-development39 ; Directives are variables used to configure PHP or PHP extensions.
757 ; Directory in which the loadable extensions (modules) reside.
909 ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
1017 ; Directory pointing to SQLite3 extensions
1195 ; Records communication from all extensions using mysqlnd to the specified log
H A Dphp.ini-production39 ; Directives are variables used to configure PHP or PHP extensions.
757 ; Directory in which the loadable extensions (modules) reside.
909 ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
1017 ; Directory pointing to SQLite3 extensions
1195 ; Records communication from all extensions using mysqlnd to the specified log
H A DUPGRADING566 conversion the iconv or mbstring extensions could be used instead.
610 . All libxml based extensions now require libxml 2.7.6 or newer.
748 A number of extensions have been migrated to exclusively use pkg-config for the
754 The following extensions and SAPIs are affected:
H A DCONTRIBUTING.md22 * [PECL extensions](#pecl-extensions)
152 └─ ext/ # PHP core extensions
187 └─ skeleton/ # Skeleton for developing new extensions with `ext/ext_skel.php`
208 └─ main/ # Binding that ties extensions, SAPIs, and engine together
234 ## PECL extensions
240 PECL extensions have their own bug tracker locations and different contributing
H A DUPGRADING.INTERNALS172 possible type coercions) rather than void. For extensions, it should
243 should be considered to have these extensions always available.
281 - PHP_PROG_RE2C is not called in the generated configure.ac for extensions
326 - The hash extension is now always available, allowing extensions to rely
H A DEXTENSIONS68 == Database extensions ==
177 == XML extensions ==
237 == Other extensions ==
H A DREADME.md85 ## PHP extensions
88 essential bundled extensions. Additional extensions can be found in the PHP
/PHP-7.4/build/
H A Dphp.m42711 dnl example, main/php_config.h.in for PHP or config.h.in for PHP extensions.
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_language.phpt62 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_display_language2.phpt62 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_display_name8.phpt72 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_display_name7.phpt73 /*Tags that use extensions (examples ONLY: extensions MUST be defined
/PHP-7.4/win32/build/
H A Dconfig.w32331 ARG_ENABLE("sanitizer", "Enable ASan and UBSan extensions", "no");
343 ARG_WITH("all-shared", "Force all the non obligatory extensions to be shared", "no");
352 into the build dir and used to automatically load the shared extensions.", "yes");
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
/PHP-7.4/sapi/cli/tests/
H A Dbug61977.phpt2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in399 ; Limits the extensions of the main script FPM will allow to parse. This can
401 ; FPM to .php extensions to prevent malicious users to use other extensions to
403 ; Note: set an empty value to allow all extensions.
/PHP-7.4/docs/
H A Drelease-process.md35 7. Moving extensions from/to PECL requires write access to the destination.
38 Moving extensions from php-src to PECL:
71 For moving extensions from PECL to php-src the procedure needs to go through
99 bumped as little as possible because PHP extensions will need to be rebuilt
/PHP-7.4/ext/ffi/tests/
H A D023.phpt2 FFI 023: GCC struct extensions
/PHP-7.4/sapi/cli/
H A Dgenerate_mime_type_map.php24 $extensions[$extension] = $mime;
36 if (!isset($extensions[$ext])) {
37 $extensions[$ext] = $mime;
74 <?php foreach ($extensions as $extension => $mime): ?>
/PHP-7.4/scripts/dev/
H A Dfind_tested.php41 $extensions = get_loaded_extensions(); variable
42 if (!in_array($extension_name, $extensions)) {
44 foreach($extensions as $extension) {
H A Dsearch_underscores.php34 $extensions = array(); variable
40 $extensions[$ext] = array();
53 if (!array_key_exists($ext, $extensions)) {
54 $extensions[$ext] = array();
56 $extensions[$ext][$c] = array();
61 $extensions[$ext][$c][] = $method;
82 ksort($extensions);
83 foreach($extensions as $ext => &$classes) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt12 echo "Get loaded extensions\n";
19 Get loaded extensions
/PHP-7.4/scripts/
H A Dphpize.m41 dnl This file becomes configure.ac for self-contained extensions.

Completed in 146 milliseconds

123