Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 207) sorted by last modified time

123456789

/PHP-5.5/win32/
H A Dinstall.txt272 better maintenance, we advise you to follow the last option, add C:\php
293 If you are running Apache 2, the simpler option is to use the PHPIniDir
295 option is to set the PHPRC environment variable. This process is
573 is no such convenient option as with the module version of PHP. If you
612 * you have always the option to obtain PHP through SVN.
1140 Sometimes, using the pecl installer is not an option. This could be
1259 command line option in CGI and CLI, php_ini parameter in NSAPI,
1274 --with-config-file-path compile time option
1459 option) with PHP?
1781 option) with PHP?
/PHP-5.5/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php51 $option = substr($argv[$i], 1);
56 if (!in_array($option, array_merge($this->shortOptions, $this->shortOptionsWithArgs)))
61 if (in_array($option, $this->shortOptions)) {
62 $this->options[$option] = true;
72 $this->options[$option] = $argv[$i];
79 public function getOption($option) argument
81 if (!isset($this->options[$option])) {
84 return $this->options[$option];
91 public function hasOption($option) argument
93 return isset($this->options[$option]);
H A DgtOptionalSections.php19 foreach($options as $option) {
21 if(array_key_exists($option, $this->optSections )) {
22 $this->optSections[$option] = true;
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt12 -k skipif key..................... Skipif option, only used if -s skipif is used.
13 -x extension.......................Skipif option, specify extension to check for
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar464 $option = substr($argv[$i], 1);
475 $this->options[$option] = true;
485 $this->options[$option] = $argv[$i];
492 public function getOption($option)
494 if (!isset($this->options[$option])) {
497 return $this->options[$option];
502 * Check whether an option exists
504 public function hasOption($option)
506 return isset($this->options[$option]);
698 foreach($options as $option) {
[all …]
/PHP-5.5/sapi/roxen/
H A DREADME7 script is executed at any one time). The second option is using ZTS
/PHP-5.5/sapi/litespeed/
H A DREADME20 usually, FastCGI PHP is not an option in shared hosting environment
54 start manually from command with option "-b <socket_address>", socket
162 process will wait for a new request before it exits. This option help
182 will be killed by the parent process. This option can help getting rid
190 This option help releasing system resources taken by an idle parent
202 When PHP started by "-b" option, it is disabled automatically.
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in445 ; be killed. This option should be used when the 'max_execution_time' ini option
/PHP-5.5/sapi/cli/
H A DREADME17 * -r option which allows execution of PHP code directly from
/PHP-5.5/sapi/cgi/
H A DCHANGES27 This option had effect only with
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m492 # Test whether apxs support -S option
96 APACHE_HOOKS_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
241 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/sapi/aolserver/
H A DREADME29 AOLserver source code and pass another option to PHP:
52 The 'php_value "name val"' command assigns the configuration option name
/PHP-5.5/sapi/apache/
H A Dconfig.m491 # Test whether apxs support -S option
95 APACHE_INSTALL="$APXS -i -a -n php5 $SAPI_SHARED" # Old apxs does not have -S option
239 PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
/PHP-5.5/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
177 ; To disable this feature set this option to empty value
252 ; Valid values for this option are 'off', 'on', or a specific buffer size
275 ; and every HTML block. Turning this option on has serious performance
648 ; This option is enabled by default.
771 ; is supported by Apache. When this option is set to 1 PHP will send
1264 ; Tuning: This option enables statement caching, and specifies how
1470 ; NOTE: If you are using the subdirectory option for storing session files
1508 ; Use this option with caution.
1789 ; WARNING: Do not use this option if you are generating non-html content
[all …]
/PHP-5.5/main/streams/
H A Dstreams.c1352 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_… in _php_stream_set_option() argument
1357 ret = stream->ops->set_option(stream, option, value, ptrparam TSRMLS_CC); in _php_stream_set_option()
1361 switch(option) { in _php_stream_set_option()
H A Duserspace.c54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p…
968 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam TS… in php_userstreamop_set_option() argument
977 switch (option) { in php_userstreamop_set_option()
1091 ZVAL_LONG(zoption, option); in php_userstreamop_set_option()
1100 switch(option) { in php_userstreamop_set_option()
1374 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata() argument
1384 switch(option) { in user_wrapper_metadata()
1403 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1421 ZVAL_LONG(zoption, option); in user_wrapper_metadata()
H A Dxp_socket.c51 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRM…
268 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_sockop_set_option() argument
274 switch(option) { in php_sockop_set_option()
746 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRM… in php_tcp_sockop_set_option() argument
751 switch(option) { in php_tcp_sockop_set_option()
774 return php_sockop_set_option(stream, option, value, ptrparam TSRMLS_CC); in php_tcp_sockop_set_option()
H A Dmemory.c247 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam T… in php_stream_memory_set_option() argument
252 switch(option) { in php_stream_memory_set_option()
527 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam TSR… in php_stream_temp_set_option() argument
531 switch(option) { in php_stream_temp_set_option()
539 return php_stream_set_option(ts->innerstream, option, value, ptrparam); in php_stream_temp_set_option()
H A Dplain_wrapper.c582 static int php_stdiop_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_D… in php_stdiop_set_option() argument
595 switch(option) { in php_stdiop_set_option()
1283 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata() argument
1311 switch(option) { in php_plain_files_metadata()
1328 if(option == PHP_STREAM_META_OWNER_NAME) { in php_plain_files_metadata()
1340 if(option == PHP_STREAM_META_GROUP_NAME) { in php_plain_files_metadata()
1356 …php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "Unknown option %d for stream_metadata", option); in php_plain_files_metadata()
/PHP-5.5/main/
H A Dphp_streams.h129 int (*set_option)(php_stream *stream, int option, int value, void *ptrparam TSRMLS_DC);
361 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_…
362 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-5.5/ext/zip/
H A Dphp_zip.c351 zval **option; in php_zip_parse_options() local
354 if (Z_TYPE_PP(option) != IS_LONG) { in php_zip_parse_options()
355 zval tmp = **option; in php_zip_parse_options()
360 opt = Z_LVAL_PP(option); in php_zip_parse_options()
367 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
372 if (Z_STRLEN_PP(option) < 1) { in php_zip_parse_options()
383 *remove_path = Z_STRVAL_PP(option); in php_zip_parse_options()
387 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
392 if (Z_STRLEN_PP(option) < 1) { in php_zip_parse_options()
402 *add_path_len = Z_STRLEN_PP(option); in php_zip_parse_options()
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug54446_with_ini.phpt108 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
120 Deprecated: XSLTProcessor::transformToXml(): The xsl.security_prefs php.ini option is deprecated; u…
/PHP-5.5/ext/xmlreader/tests/
H A Dbug42139.phpt2 Bug #42139 (XMLReader option constants are broken using XML())
/PHP-5.5/ext/xml/
H A Dxml.c199 ZEND_ARG_INFO(0, option)
205 ZEND_ARG_INFO(0, option)

Completed in 110 milliseconds

123456789