Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 437) sorted by last modified time

12345678910>>...18

/PHP-5.5/win32/
H A Dinstall.txt269 To make php5ts.dll available you have three options: copy
1079 There are several options for downloading PECL extensions, such as:
/PHP-5.5/win32/build/
H A Dconfig.w32114 ERROR("--enable-pgi and --with-pgo options can only be used if PGO capable compiler is present.");
148 // Set some debug/release specific options
164 // Set some debug/release specific options
202 // Set some debug/release specific options
256 // Add compiler and link flags if PGO options are selected
H A Dconfig.w32.phpize.in132 // Set some debug/release specific options
148 // Set some debug/release specific options
182 // Set some debug/release specific options
/PHP-5.5/
H A Dserver-tests.php246 public $options = array(); variable in HTTPRequest
271 function HTTPRequest($URL, $headers=array(), $options=array(), $postdata=NULL) argument
275 $this->options = $options;
285 if (isset($this->options['timeout']))
286 $this->timeout = (int)$this->options['timeout'];
336 if (isset($this->options['proxy_host'])) {
1293 $options = array();
1294 $options['method']=$method;
1295 if (isset($this->conf['timeout'])) $options['timeout'] = $this->conf['timeout'];
1296 if (isset($this->conf['proxy_host'])) $options['proxy_host'] = $this->conf['proxy_host'];
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php21 $options->parse($argv);
27 if($options->hasOption('h')) {
33 $preConditions->check($options);
39 if($options->hasOption('s')) {
45 if($options->hasOption('c')) {
46 $name = $options->getOption('c')."_".$options->getOption('m');
47 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
58 if($options->hasOption('f')) {
67 if($options->hasOption('b')) {
80 if($options->hasOption('e')) {
[all …]
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php26 protected $options; variable in gtCommandLineOptions
62 $this->options[$option] = true;
72 $this->options[$option] = $argv[$i];
81 if (!isset($this->options[$option])) {
84 return $this->options[$option];
93 return isset($this->options[$option]);
H A DgtOptionalSections.php17 $options = explode(':', $commandLineOptions->getOption('s'));
19 foreach($options as $option) {
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar30 $options->parse($argv);
36 if($options->hasOption('h')) {
48 if($options->hasOption('s')) {
54 if($options->hasOption('c')) {
55 $name = $options->getOption('c')."_".$options->getOption('m');
56 $method = new gtMethod($options->getOption('c'), $options->getOption('m'));
67 if($options->hasOption('f')) {
76 if($options->hasOption('b')) {
89 if($options->hasOption('e')) {
104 if($options->hasOption('v')) {
[all …]
/PHP-5.5/scripts/
H A Dphp-config.in62 --configure-options)
83 --configure-options [$configure_options]
/PHP-5.5/sapi/thttpd/
H A DREADME33 http://acme.com/software/thttpd/options.html#CGI_PATTERN
73 <further PHP options>
77 You can see the list of valid PHP options by executing
/PHP-5.5/sapi/tux/
H A DREADME52 <further PHP options>
55 You can see the list of valid PHP options by executing
/PHP-5.5/sapi/webjames/
H A DREADME24 other PHP options
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt53 * Make more options configurable: number of threads, iterations, etc.
/PHP-5.5/sapi/litespeed/
H A DREADME33 PHP with LiteSpeed SAPI, all other SAPI related configure options
H A Dlsapi_main.c519 SG(options) |= SAPI_OPTION_NO_CHDIR; in lsapi_chdir_primary_script()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1059 SG(options) |= SAPI_OPTION_NO_CHDIR; in main()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in123 ; ports and different management options. The name of the pool will be
523 ; Note: path INI options can be relative and will be expanded with the prefix
/PHP-5.5/sapi/embed/
H A Dphp_embed.c204 SG(options) |= SAPI_OPTION_NO_CHDIR; in php_embed_init()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1061 char *options[] = FPM_PHP_INI_TO_EXPAND; in fpm_conf_process_all_pools() local
1065 for (p = options; *p; p++) { in fpm_conf_process_all_pools()
1075 for (p = options; *p; p++) { in fpm_conf_process_all_pools()
/PHP-5.5/sapi/cli/tests/
H A D015.phpt2 CLI long options
34 Usage: %s [options] [-f] <file> [--] [args...]
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
H A D003.phpt2 defining INI options with -d
H A D009.phpt2 using invalid combinations of cmdline options
/PHP-5.5/sapi/cli/
H A Dphp_cli.c732 SG(options) |= SAPI_OPTION_NO_CHDIR; in do_cli()
/PHP-5.5/sapi/cgi/
H A DCHANGES1 In PHP5.3 all additional configure options (except --enable-cgi) are removed:

Completed in 50 milliseconds

12345678910>>...18