Skip to content

Commit 68fb9a9

Browse files
author
Martin Köditz
authored
Added notes how to use different PHP versions
Added notes how to use different PHP versions in parallel.
1 parent f9a8c5a commit 68fb9a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ $ phpize
2424
$ CPPFLAGS=-I/usr/include/firebird ./configure
2525
$ make
2626
```
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+
2737
If the configure process passes you will get following message:
2838
```
2939
$ Build complete.

0 commit comments

Comments
 (0)