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) {
24 $extensions[$extension] = $mime;35 if (!isset($extensions[$ext])) {36 $extensions[$ext] = $mime;73 <?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 Bug #28382 (openssl_x509_parse extensions support)11 var_dump($ext['extensions']);
9 var_export($info['extensions']);
34 if (strpos($str, 'X509v3 extensions:')) {
13 x509_extensions = v3_ca # The extensions to add to the self signed cert
151 ["extensions"]=>299 ["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.
20 * Installation of PECL extensions22 + Downloading PECL extensions643 extensions'.1006 Installation of PECL extensions1011 * Downloading PECL extensions1044 Downloading PECL extensions1202 Compiling shared PECL extensions with phpize1229 extensions.1280 Compiling PECL extensions statically into PHP1602 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 …]
6 x509_extensions = v3_ca # The extensions to add to the self signed cert
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