Searched refs:extensions (Results 1 – 25 of 63) 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) {
4 support of overloaded extensions, possibly differentiate 8 Time frame: Couple of months for first part and extensions will be25 Identify the extensions that are not thread safe by design 31 set so PHP can identify non-thread safe extensions. These 32 extensions will not be loaded in a ZTS compiled binary 61 the new OO model. We should decide which extensions are a must64 A list of extensions to be extended that have to be investigated:67 * all *sql extensions (*_fetch_object)83 as much platforms/extensions as possible.
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 …]
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:')) {
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"; ?>
19 Installation of extensions on Windows21 3. Installation of PECL extensions24 Downloading PECL extensions1080 Installation of extensions on Windows1092 these extensions. The Windows PHP Extensions table lists extensions1094 list of built in extensions:1108 extension_dir = C:\php\extensions1218 Downloading PECL extensions1306 extensions.1563 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
58 //Tags that use extensions (examples ONLY: extensions MUST be defined
Completed in 31 milliseconds