We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a8c5a commit 68fb9a9Copy full SHA for 68fb9a9
README.md
@@ -24,6 +24,16 @@ $ phpize
24
$ CPPFLAGS=-I/usr/include/firebird ./configure
25
$ make
26
```
27
+
28
+Note: If you use different PHP versions in parallel don't forget to make the correct settings. Linux Mint 20 / Ubuntu uses this syntax:
29
+```
30
+$ git clone https://github.com/FirebirdSQL/php-firebird.git
31
+$ cd php-firebird
32
+$ phpize7.4
33
+$ CPPFLAGS=-I/usr/include/firebird ./configure --with-php-config=/usr/bin/php-config7.4
34
+$ make
35
36
37
If the configure process passes you will get following message:
38
39
$ Build complete.
0 commit comments