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 a613e9a commit 955c367Copy full SHA for 955c367
src/SPC/builder/extension/pgsql.php
@@ -21,14 +21,6 @@ class pgsql extends Extension
21
*/
22
public function patchBeforeConfigure(): bool
23
{
24
- if ($this->builder->getPHPVersionID() >= 80400) {
25
- FileSystem::replaceFileStr(
26
- SOURCE_PATH . '/php-src/configure',
27
- 'LIBS="-lpq',
28
- 'LIBS="-lpq -lpgport -lpgcommon -lssl -lcrypto -lz -lm'
29
- );
30
- return true;
31
- }
32
FileSystem::replaceFileRegex(
33
SOURCE_PATH . '/php-src/configure',
34
'/-lpq/',
0 commit comments