Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/
H A Dphp5.spec.in37 # extra options, use the OPTIONS environment variable.
39 #test rpm -q MySQL-devel >&/dev/null && OPTIONS="$OPTIONS --with-mysql=shared"
40 #test rpm -q solid-devel >&/dev/null && OPTIONS="$OPTIONS --with-solid=shared,/home/solid"
41 #test rpm -q postgresql-devel >&/dev/null && OPTIONS="$OPTIONS --with-pgsql=shared"
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
45 ./configure --prefix=/usr --with-apxs=$APXS $OPTIONS
H A DREADME.EXT_SKEL106 OTHER OPTIONS
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_getcontent_error1.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error2.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_basic3.phpt16 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error3.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error4.phpt18 //SET URL AND OTHER OPTIONS
/PHP-5.5/sapi/cli/
H A Dphp_cli.c135 const opt_struct OPTIONS[] = { variable
682 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
736 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in do_cli()
1270 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
H A Dphp_cli_server.c2526 extern const opt_struct OPTIONS[]; in do_cli_server()
2531 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in do_cli_server()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c137 static const opt_struct OPTIONS[] = { variable
1838 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
2100 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
2143 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c143 static const opt_struct OPTIONS[] = { variable
1624 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt728 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
740 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user)))
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt880 PCRE BUILD-TIME OPTIONS
1213 PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT
1898 CHECKING BUILD-TIME OPTIONS
8447 UNSUPPORTED OPTIONS AND PATTERN ITEMS

Completed in 81 milliseconds