Searched refs:extensions (Results 1 – 25 of 76) sorted by relevance
1234
34 $extensions = array(); variable40 $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) {
40 $extensions = get_loaded_extensions(); variable41 if (!in_array($extension_name, $extensions)) {43 foreach($extensions as $extension) {
24 $extensions[$extension] = $mime;61 <?php foreach ($extensions as $extension => $mime): ?>
27 Shared extensions:30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so31 that valgrind can correctly track the memory leaks in shared extensions. For33 DL_UNLOAD() is skipped during the shutdown of shared extensions.
12 echo "Get loaded extensions\n";19 Get loaded extensions
2 extensions aren't loaded
2 Bug #28382 (openssl_x509_parse extensions support)12 var_dump($ext['extensions']);
10 var_export($info['extensions']);
35 if (strpos($str, 'X509v3 extensions:')) {
6 x509_extensions = v3_ca # The extensions to add to the self signed cert
148 ["extensions"]=>294 ["extensions"]=>
2 SQLite3::loadExtension with disabled extensions
5 dnl Check for extensions with which Recode can not work
4 …('reflection') || !extension_loaded('spl')) print "skip SPL and reflection extensions required"; ?>
114 mkdir -p $RPM_BUILD_ROOT%{_libdir}/php/extensions115 install -m 0755 modules/*.so $RPM_BUILD_ROOT%{_libdir}/php/extensions127 - Support building of shared extensions.
21 * Installation of PECL extensions23 + Downloading PECL extensions847 extensions'.1210 Installation of PECL extensions1215 * Downloading PECL extensions1248 Downloading PECL extensions1406 Compiling shared PECL extensions with phpize1433 extensions.1484 Compiling PECL extensions statically into PHP1806 FrontPage extensions?[all …]
18 Installation of extensions on Windows20 3. Installation of PECL extensions23 Downloading PECL extensions133 extensions easily when needed.930 Installation of extensions on Windows942 these extensions. The Windows PHP Extensions table lists extensions944 list of built in extensions:958 extension_dir = C:\php\extensions1068 Downloading PECL extensions1156 extensions.[all …]
57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
64 /*Tags that use extensions (examples ONLY: extensions MUST be defined
2 Bug #61977 test CLI web-server support for Mime Type File extensions mapping
Completed in 37 milliseconds