projects
/
php8.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d9c48
)
php-fpm-sysconfdir
author
Debian PHP Maintainers
<pkg-php-maint@lists.alioth.debian.org>
Sat, 2 May 2015 08:26:54 +0000
(10:26 +0200)
committer
Ondřej Surý
<ondrej@debian.org>
Tue, 24 Dec 2024 06:20:41 +0000
(07:20 +0100)
Gbp-Pq: Name 0013-php-fpm-sysconfdir.patch
sapi/fpm/fpm/fpm_conf.c
patch
|
blob
|
history
diff --git
a/sapi/fpm/fpm/fpm_conf.c
b/sapi/fpm/fpm/fpm_conf.c
index 389a85a7d0fc14499658014fc7e75ea39c4a412f..3ba4e0055897e2a2ec32b5431909c9ee4c00cce5 100644
(file)
--- a/
sapi/fpm/fpm/fpm_conf.c
+++ b/
sapi/fpm/fpm/fpm_conf.c
@@
-1839,7
+1839,7
@@
int fpm_conf_init_main(int test_conf, int force_daemon) /* {{{ */
char *tmp;
if (fpm_globals.prefix == NULL) {
- spprintf(&tmp, 0, "%s/php
-fpm.conf", PHP_SYSCONFDIR
);
+ spprintf(&tmp, 0, "%s/php
/%d.%d/fpm/php-fpm.conf", PHP_SYSCONFDIR, PHP_MAJOR_VERSION, PHP_MINOR_VERSION
);
} else {
spprintf(&tmp, 0, "%s/etc/php-fpm.conf", fpm_globals.prefix);
}