We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d906ced commit 2a8a82eCopy full SHA for 2a8a82e
1 file changed
src/package/devel.php
@@ -20,15 +20,15 @@ public function getFpmConfig(): array
20
'/^ldflags=.*$/m',
21
'/^libs=.*$/m',
22
'/^program_prefix=.*$/m',
23
- '/^php_cli_binary=.*$/m',
+ '/^program_suffix=.*$/m',
24
'#/php(?!-zts)#'
25
],
26
[
27
'prefix="/usr"',
28
'ldflags="-lpthread"',
29
'libs=""',
30
'program_prefix=""',
31
- 'php_cli_binary="php-zts"',
+ 'program_suffix="-zts"',
32
'/php-zts'
33
34
$phpConfigContent
0 commit comments