Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 1490) sorted by last modified time

12345678910>>...60

/PHP-5.5/win32/build/
H A Dphpize.js.in69 // now we need the extension name out of this thing
H A Dtemplate.rc22 #ifndef INTERNAL_NAME /* e.g. 'PHAR extension', 'CGI SAPI' */
/PHP-5.5/win32/
H A Dinstall.txt86 extension. This is a completely different approach than writing web
173 +--ext -- extension DLLs for PHP
347 (the extension is very important) and type:
971 the leading ; from the extension you want to load.
973 Example 2-8. Enable Bzip2 extension for PHP-Windows
975 ;extension=php_bz2.dll
978 extension=php_bz2.dll
1111 extension=php_extname.dll
1148 extension. In the following sample, the sources for an extension are in
1159 extension=extname.so line before you can use the extension.
[all …]
/PHP-5.5/
H A Dserver-tests.php46 | The test-suite requires that you have pcre extension |
47 | enabled. To enable this extension either compile your PHP |
H A Dphp.ini-development66 ; dynamically loaded extension (either a PHP extension or a Zend extension),
837 ; extension=modulename.extension
841 ; extension=msql.dll
845 ; extension=msql.so
849 ; extension=/path/to/extension/msql.so
860 ;extension=php_bz2.dll
861 ;extension=php_curl.dll
863 ;extension=php_gd2.dll
865 ;extension=php_gmp.dll
866 ;extension=php_intl.dll
[all …]
/PHP-5.5/tests/basic/
H A D029.phpt6 die("skip Requires mbstring extension");
H A Dbug20539.phpt4 <?php if (!extension_loaded("session")) die("skip session extension not available"); ?>
H A Dreq44164.phpt6 die("skip zlib extension required");
/PHP-5.5/scripts/dev/
H A Dfind_tested.php43 foreach($extensions as $extension) {
44 echo "$extension\n";
132 $extension = $reflectionFunction->getExtension();
133 if ($extension != null) {
134 $function_record[EXTENSION_NAME] = $extension->getName();
155 $extension = $reflectionClass->getExtension();
156 if ($extension != null) {
157 $new_method_record[EXTENSION_NAME] = $extension->getName();
H A Dgenerate-phpt.phar247 Check that the extension containing the method is loaded.
251 Check that the extension containing the class is loaded.
268 -x extension.......................Skipif option, specify extension to check for
279 Check that the extension containing the function is loaded.
1530 …$this->testCase[] = "if (!extension_loaded('$ext')) die ('skip $ext extension not available in thi…
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt13 -x extension.......................Skipif option, specify extension to check for
H A DunknownClass.txt3 Check that the extension containing the class is loaded.
H A DunknownFunction.txt3 Check that the extension containing the function is loaded.
H A DunknownMethod.txt3 Check that the extension containing the method is loaded.
/PHP-5.5/scripts/
H A Dphp-config.in54 --extension-dir)
78 --extension-dir [$extension_dir]
H A Dphpize.m446 EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
60 AC_MSG_CHECKING([for PHP extension directory])
/PHP-5.5/sapi/milter/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in352 ; anything, but it may not be a good idea to use the .php extension or it
364 ; anything, but it may not be a good idea to use the .php extension or it
518 ; Defining 'extension' will load the corresponding shared extension from
/PHP-5.5/sapi/embed/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-5.5/sapi/cli/tests/
H A D004.phpt7 die("skip reflection extension required");
H A D005.phpt7 die("skip reflection extension required");
H A D006.phpt2 show information about extension
28 string(%d) "Extension [ <persistent> extension #%d pcre version <no_version> ] {
/PHP-5.5/sapi/apache2filter/
H A DEXPERIMENTAL3 or move to extension all together
/PHP-5.5/sapi/apache_hooks/
H A DapMakefile.tmpl39 # 1. extension .o for shared objects cannot be used here because
43 # 2. extension -so.o (as used elsewhere) cannot be used because
45 # extension .so-o
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl39 # 1. extension .o for shared objects cannot be used here because
43 # 2. extension -so.o (as used elsewhere) cannot be used because
45 # extension .so-o

Completed in 44 milliseconds

12345678910>>...60