Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 547) sorted by last modified time

12345678910>>...22

/PHP-5.5/win32/
H A Dinstall.txt858 server is used, the detection fails and nsapi_virtual() is disabled.
952 that require, or used to require, additional PHP DLL files. Here's a
1093 the following sequence of commands may be used.
1162 (like RPM's) are used, be sure to also install the appropriate devel
1201 Whether --enable-extname or --with-extname is used depends on the
1276 If php-SAPI.ini exists (where SAPI is used SAPI, so the filename is
1337 below) should be used instead.
1351 used in .htaccess files. Any directive type set with
1367 constants can be used in php.ini
1466 PHP is glue. It is the glue used to build cool web applications by
[all …]
/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.");
H A DDSP.README5 but can be used to create working binaries. However, they are very
/PHP-5.5/tests/run-test/
H A Dtest005.phpt13 // EXPECTF is used here since the error format may change but ut
H A Dtest008.phpt13 // EXPECTF is used here since the error format may change but ut
H A Dtest008a.phpt13 // EXPECTF is used here since the error format may change but ut
/PHP-5.5/tests/security/
H A Dopen_basedir.inc108 // This is used by functions that return an array on success
/PHP-5.5/tests/output/
H A Dob_014.phpt8 // It is invoked with 2 params when used as an OB callback.
H A Dob_015.phpt8 // It is invoked with 2 params when used as an OB callback.
/PHP-5.5/tests/lang/
H A Dstatic_basic_001.phpt6 echo "\nSame variable used as static and non static.\n";
50 Same variable used as static and non static.
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
H A DforeachLoopIterator.002.phpt24 Fatal error: An iterator cannot be used with foreach by reference in %s on line 13
/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.
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar267 -k skipif key..................... Skipif option, only used if -s skipif is used.
1179 * Write initialisation statemenst for all the variables that might be used
/PHP-5.5/scripts/
H A Dphpize.m4110 dnl add -O0 only if GCC or ICC is used
/PHP-5.5/sapi/roxen/
H A DREADME9 won't be used.
H A Dconfig.m441 Pike binary used: $PIKE
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt19 This can be used to simulate ISAPI environment variables if need be.
/PHP-5.5/sapi/litespeed/
H A DREADME19 server configuration to enhance server security when mod_php is used.
51 installation. lsphp can be used in clustered environment with one
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt79 PHP authentication cannot be used with any other authentication. ALL
140 till version 6.1. If a newer version of the Sun server is used, the detection
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_scoreboard.c271 if (scoreboard->procs[child_index] && scoreboard->procs[child_index]->used > 0) { in fpm_scoreboard_proc_free()
290 if (scoreboard->procs[scoreboard->free_proc] && !scoreboard->procs[scoreboard->free_proc]->used) { in fpm_scoreboard_proc_alloc()
298 if (scoreboard->procs[i] && !scoreboard->procs[i]->used) { /* found */ in fpm_scoreboard_proc_alloc()
310 scoreboard->procs[i]->used = 1; in fpm_scoreboard_proc_alloc()
H A Dfpm_scoreboard.h25 int used; member
H A Dfpm_sockets.c51 for (i = 0; i < sockets_list.used; i++, ls++) { in fpm_sockets_cleanup()
128 for (i = 0; i < sockets_list.used; i++, ls++) { in fpm_sockets_hash_op()
399 for (i = 0; i < sockets_list.used; ) { in fpm_sockets_init_main()
H A Dfpm_status.c402 if (!scoreboard_p->procs[i] || !scoreboard_p->procs[i]->used) { in fpm_status_handle_request()

Completed in 35 milliseconds

12345678910>>...22