Searched refs:extensions (Results 1 – 25 of 71) sorted by relevance
123
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) {
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
133 ["extensions"]=>264 ["extensions"]=>
142 ["extensions"]=>282 ["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 …]
19 Installation of extensions on Windows21 3. Installation of PECL extensions24 Downloading PECL extensions1072 Installation of extensions on Windows1084 these extensions. The Windows PHP Extensions table lists extensions1086 list of built in extensions:1100 extension_dir = C:\php\extensions1210 Downloading PECL extensions1298 extensions.1555 Apache FrontPage 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 33 milliseconds