Home
last modified time | relevance | path

Searched refs:config (Results 326 – 346 of 346) sorted by path

1...<<11121314

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_sockets.c213 …zlog(ZLOG_SYSERROR, "unable to bind listening socket for address '%s'", wp->config->listen_address… in fpm_sockets_new_listening_socket()
232 if (0 > listen(sock, wp->config->listen_backlog)) { in fpm_sockets_new_listening_socket()
233 zlog(ZLOG_SYSERROR, "failed to listen to address '%s'", wp->config->listen_address); in fpm_sockets_new_listening_socket()
306 char *dup_address = strdup(wp->config->listen_address); in fpm_socket_af_inet_listening_socket()
367 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
H A Dfpm_status.c26 if (!wp || !wp->config) { in fpm_status_init_child()
31 if (wp->config->pm_status_path) { in fpm_status_init_child()
32 fpm_status_uri = strdup(wp->config->pm_status_path); in fpm_status_init_child()
35 if (wp->config->ping_path) { in fpm_status_init_child()
36 if (!wp->config->ping_response) { in fpm_status_init_child()
37 …"[pool %s] ping is set (%s) but ping.response is not set.", wp->config->name, wp->config->ping_pat… in fpm_status_init_child()
40 fpm_status_ping_uri = strdup(wp->config->ping_path); in fpm_status_init_child()
41 fpm_status_ping_response = strdup(wp->config->ping_response); in fpm_status_init_child()
H A Dfpm_stdio.c189 zlog(ZLOG_WARNING, "[pool %s] child %d said into %s: \"%s\"%s", child->wp->config->name,
208 if (0 == child->wp->config->catch_workers_output) { /* not required */
238 if (0 == child->wp->config->catch_workers_output) { /* not required */
259 if (0 == child->wp->config->catch_workers_output) { /* not required */
274 if (child->wp->config->catch_workers_output) {
H A Dfpm_unix.c262 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
263 if (strlen(wp->config->user) == strspn(wp->config->user, "0123456789")) { in fpm_unix_conf_wp()
282 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
283 if (strlen(wp->config->group) == strspn(wp->config->group, "0123456789")) { in fpm_unix_conf_wp()
304 if (wp->config->user && *wp->config->user) { in fpm_unix_conf_wp()
307 if (wp->config->group && *wp->config->group) { in fpm_unix_conf_wp()
310 if (wp->config->chroot && *wp->config->chroot) { in fpm_unix_conf_wp()
343 if (wp->config->rlimit_core) { in fpm_unix_init_child()
353 if (is_root && wp->config->chroot && *wp->config->chroot) { in fpm_unix_init_child()
361 if (wp->config->chdir && *wp->config->chdir) { in fpm_unix_init_child()
[all …]
H A Dfpm_worker_pool.c23 if (wp->config) { in fpm_worker_pool_free()
24 free(wp->config); in fpm_worker_pool_free()
43 fpm_worker_pool_config_free(wp->config); in fpm_worker_pool_cleanup()
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config; member
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.service.in12 ExecStart=@EXPANDED_SBINDIR@/php-fpm --nodaemonize --fpm-config @EXPANDED_SYSCONFDIR@/php-fpm.conf
/PHP-7.2/sapi/fpm/tests/
H A Dpool-apparmor-basic.phpt6 $config = <<<EOT
18 FPM\Tester::skipIfConfigFails($config);
H A Dproc-no-start-server.phpt2 FPM: Process manager config option pm.start_servers missing
H A Dsocket-uds-acl.phpt7 $config = <<<EOT
21 FPM\Tester::skipIfConfigFails($config);
H A Dtester.inc155 // clean config files
233 * Skip test if config file is invalid.
711 * Create a config file.
722 throw new \Exception('The config template array has to have main config');
782 $this->error("Invalid config variable $varName");
/PHP-7.2/sapi/phpdbg/
H A DREADME.md45 Where the source directory has been used previously to build PHP, there exists a file named *config
/PHP-7.2/scripts/
H A DMakefile.frag21 config.guess \
22 config.sub
24 bin_SCRIPTS = phpize php-config
25 man_PAGES = phpize php-config
34 install-programs: $(builddir)/phpize $(builddir)/php-config
48 $(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status
49 (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
51 $(builddir)/php-config: $(srcdir)/php-config.in $(top_builddir)/config.status
52 (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status)
H A Dphpize.in51 if test ! -r config.m4; then
H A Dphpize.m44 AC_INIT(config.m4)
7 PHP_CONFIG_NICE(config.nice)
37 dnl Find php-config script
38 PHP_ARG_WITH(php-config,,
39 [ --with-php-config=PATH Path to php-config [php-config]], php-config, no)
50 AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
136 sinclude(config.m4)
199 AC_CONFIG_HEADER(config.h)
/PHP-7.2/scripts/dev/
H A Dphpextdist7 phpize=`php-config --prefix`/bin/phpize
10 if test ! -f Makefile.in || test ! -f config.m4; then
15 rm -rf modules *.lo *.o *.la config.status config.cache \
16 config.log libtool php_config.h config_vars.mk Makefile
/PHP-7.2/win32/build/
H A DMakefile232 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
237 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
H A Dconfig.w323 // "Master" config file; think of it as a configure.ac
329 // Config profiles (--with-config-profile=<name>) will save a certain config to php-src/config.<nam…
333 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
H A Dconfig.w32.phpize.in2 // $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
3 // "Master" config file; think of it as a configure.in
H A Dphpize.js.in89 c = dirname + "\\config.w32";
109 c = FSO.BuildPath(fc.item(), "config.w32");
227 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
230 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
/PHP-7.2/win32/
H A Dinstall.txt1265 --with-config-file-path compile time option
1480 compile-time with the --with-config-file-path flag. You would, for
1482 --with-config-file-path=/etc
1486 --with-config-file-scan-dir=PATH
1582 --with-config-file-path=/usr/lib \

Completed in 53 milliseconds

1...<<11121314