Home
last modified time | relevance | path

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

/PHP-5.3/
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_SKEL83 OTHER OPTIONS
/PHP-5.3/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_error3.phpt18 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_basic3.phpt21 //SET URL AND OTHER OPTIONS
H A Dcurl_multi_getcontent_error4.phpt18 //SET URL AND OTHER OPTIONS
/PHP-5.3/sapi/cli/
H A Dphp_cli.c135 static const opt_struct OPTIONS[] = { variable
719 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2))!=-1) { in WinMain()
785 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in WinMain()
856 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { in WinMain()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c136 static const opt_struct OPTIONS[] = { variable
1578 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1…
1827 …while (!skip_getopt && (c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1…
1869 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c143 static const opt_struct OPTIONS[] = { variable
1604 while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
/PHP-5.3/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.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt844 PCRE BUILD-TIME OPTIONS
1179 PCREGREP OPTIONS FOR COMPRESSED FILE SUPPORT
1844 CHECKING BUILD-TIME OPTIONS
7937 UNSUPPORTED OPTIONS AND PATTERN ITEMS

Completed in 70 milliseconds