Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 207) sorted by path

123456789

/PHP-5.5/
H A DINSTALL393 latest version, and the one that is recommended, if that option is
496 adding the following option to the argument passed to ./configure, in
635 enter the proper install directory for the --with-nsapi=[DIR] option.
1189 the "Personal Web Server" option in the OS X System Preferences. By
1192 directory is another option and would end up looking like:
1408 Sometimes, using the pecl installer is not an option. This could be
1446 --with-php-config option during configuration, specifying the path of
1593 command line option in CGI and CLI, php_ini parameter in NSAPI,
1611 --with-config-file-path compile time option.
1830 option) with PHP?
[all …]
H A DNEWS1807 . Added "Z" option to pack/unpack. (Gustavo)
2595 . Added --offline option for tests. (Remi)
3132 . highlight.bg php.ini option. (Kalle)
3136 . zend.ze1_compatibility_mode php.ini option.
3141 . y2k_compliance php.ini option. (Kalle)
5117 an invalid option is provided). (Ilia)
5553 strings as option keys). (Jani)
5579 option is an array). (David Zülke)
7164 - Removed --enable-versioning configure option. (Jani)
8446 option). (Dmitry)
[all …]
H A DREADME.EXT_SKEL44 with option
112 configuring and compiling their module. This option turns off all such things
130 option enables it on the created xml file.
148 This program doesn't have a --help option. It has --no-help instead.
H A DREADME.STREAMS63 file/URL, use this option to arrange for the stream
159 STREAM_MUST_SEEK option to php_stream_open_wrapper();
H A DUPGRADING84 - Support for systemd in php-fpm: Add --with-fpm-systemd option to
85 report health to systemd, and add systemd_interval option to
180 - curl_setopt now accepts new option CURLOPT_SAFE_UPLOAD and CURLFile
H A Dconfigure.in578 dnl The WARNING_LEVEL required because cc in QNX hates -w option without an argument
784 …AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by…
/PHP-5.5/Zend/
H A DREADME.ZEND_MM10 The new manager's "configure" has no "--disable-zend-memory-manager" option,
H A DREADME.ZEND_VM100 option. By default ZE2 uses the following command to generate executor:
/PHP-5.5/Zend/tests/
H A Dargument_restriction_001.phpt6 …public function &test($foo, array $bar, $option = NULL, $extra = "llllllllllllllllllllllllllllllll…
16 …of Sub::test() should be compatible with & Base::test($foo, array $bar, $option = NULL, $extra = '…
H A Dargument_restriction_002.phpt6 …public function test($foo, array &$bar, $option = NULL, $extra = 3.1415926535897932384626433832795…
16 … of Sub::test() should be compatible with Base::test($foo, array &$bar, $option = NULL, $extra = 3…
H A Dargument_restriction_003.phpt9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 … Sub::test() should be compatible with Base::test(Foo $foo, array $bar, $option = NULL, $extra = '…
H A Dargument_restriction_004.phpt9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_002.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_003.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_004.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_005.phpt6 die("skip Requires configure --enable-zend-multibyte option");
H A Dmultibyte_encoding_006.phpt6 die("skip Requires configure --enable-zend-multibyte option");
/PHP-5.5/build/
H A Dlibtool.m4724 # Check whether the given compiler option works
732 # Insert the option either (1) after the last *FLAGS variable, or
736 # The option is referenced via a variable to avoid confusing sed.
769 # Check whether the given compiler option works
2349 [AC_CACHE_CHECK([for $LD option to reload object files],
2585 # nm: unknown option "B" ignored
4132 # (at your option) any later version.
4606 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4741 AC_MSG_CHECKING([for $compiler option to produce PIC])
5316 # If we're using GNU nm, then we don't want the "-C" option.
[all …]
/PHP-5.5/ext/curl/
H A Dinterface.c304 ZEND_ARG_INFO(0, option)
319 ZEND_ARG_INFO(0, option)
353 ZEND_ARG_INFO(0, option)
413 ZEND_ARG_INFO(0, option)
2104 switch (option) { in _php_curl_setopt()
2264 if ((option == CURLOPT_PROTOCOLS || option == CURLOPT_REDIR_PROTOCOLS) && in _php_curl_setopt()
2399 switch (option) { in _php_curl_setopt()
2505 switch (option) { in _php_curl_setopt()
2921 ulong option; in PHP_FUNCTION() local
3027 long option = 0; in PHP_FUNCTION() local
[all …]
H A Dmulti.c385 static int _php_curl_multi_setopt(php_curlm *mh, long option, zval **zvalue, zval *return_value TSR… in _php_curl_multi_setopt() argument
389 switch (option) { in _php_curl_multi_setopt()
397 error = curl_multi_setopt(mh->multi, option, Z_LVAL_PP(zvalue)); in _php_curl_multi_setopt()
H A Dshare.c69 static int _php_curl_share_setopt(php_curlsh *sh, long option, zval **zvalue, zval *return_value TS… in _php_curl_share_setopt() argument
73 switch (option) { in _php_curl_share_setopt()
77 error = curl_share_setopt(sh->share, option, Z_LVAL_PP(zvalue)); in _php_curl_share_setopt()
/PHP-5.5/ext/curl/tests/
H A Dbug46711.phpt20 foreach( $opt as $option => $value ) {
21 curl_setopt( $ch, $option, $value );
H A Dbug48203_multi.phpt57 foreach($options_to_check as $option) {
58 checkForClosedFilePointer(constant($option), $option);
H A Dbug54798.phpt47 foreach($options_to_check as $option) {
48 checkForClosedFilePointer($host, constant($option), $option);

Completed in 73 milliseconds

123456789