Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 63) sorted by relevance

123

/PHP-5.3/scripts/dev/
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) {
H A Dfind_tested.php40 $extensions = get_loaded_extensions(); variable
41 if (!in_array($extension_name, $extensions)) {
43 foreach($extensions as $extension) {
/PHP-5.3/
H A DTODO-PHP54 support of overloaded extensions, possibly differentiate
8 Time frame: Couple of months for first part and extensions will be
25 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 must
64 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.
H A Dmakerpm114 mkdir -p $RPM_BUILD_ROOT%{_libdir}/php/extensions
115 install -m 0755 modules/*.so $RPM_BUILD_ROOT%{_libdir}/php/extensions
127 - Support building of shared extensions.
H A DINSTALL21 * Installation of PECL extensions
23 + Downloading PECL extensions
847 extensions'.
1210 Installation of PECL extensions
1215 * Downloading PECL extensions
1248 Downloading PECL extensions
1406 Compiling shared PECL extensions with phpize
1433 extensions.
1484 Compiling PECL extensions statically into PHP
1806 FrontPage extensions?
[all …]
/PHP-5.3/Zend/
H A DREADME.ZEND_MM27 Shared extensions:
30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
31 that valgrind can correctly track the memory leaks in shared extensions. For
33 DL_UNLOAD() is skipped during the shutdown of shared extensions.
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_loaded_extensions_basic.phpt12 echo "Get loaded extensions\n";
19 Get loaded extensions
/PHP-5.3/sapi/milter/
H A DTODO2 extensions aren't loaded
/PHP-5.3/ext/openssl/tests/
H A Dbug28382.phpt2 Bug #28382 (openssl_x509_parse extensions support)
12 var_dump($ext['extensions']);
H A Dcve2013_4073.phpt10 var_export($info['extensions']);
H A Dbug36732.phpt35 if (strpos($str, 'X509v3 extensions:')) {
H A Dopenssl_x509_parse_basic_v9.phpt133 ["extensions"]=>
264 ["extensions"]=>
H A Dopenssl_x509_parse_basic.phpt142 ["extensions"]=>
282 ["extensions"]=>
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_34_load_extension_ext_dir.phpt2 SQLite3::loadExtension with disabled extensions
/PHP-5.3/ext/recode/
H A Dconfig9.m45 dnl Check for extensions with which Recode can not work
/PHP-5.3/Zend/tests/
H A Dbug50174.phpt4 …('reflection') || !extension_loaded('spl')) print "skip SPL and reflection extensions required"; ?>
/PHP-5.3/win32/
H A Dinstall.txt19 Installation of extensions on Windows
21 3. Installation of PECL extensions
24 Downloading PECL extensions
1080 Installation of extensions on Windows
1092 these extensions. The Windows PHP Extensions table lists extensions
1094 list of built in extensions:
1108 extension_dir = C:\php\extensions
1218 Downloading PECL extensions
1306 extensions.
1563 Apache FrontPage extensions?
[all …]
/PHP-5.3/ext/intl/tests/
H A Dlocale_get_script.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_region.phpt58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_primary_language.phpt57 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_keywords.phpt64 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_parse_locale.phpt58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_parse_locale2.phpt58 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_get_keywords2.phpt64 /*Tags that use extensions (examples ONLY: extensions MUST be defined
H A Dlocale_set_default.phpt58 //Tags that use extensions (examples ONLY: extensions MUST be defined

Completed in 31 milliseconds

123