You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
### Build the driver on Linux
6
6
First of all, we have to meet some requirements. This means we need to install the `phpize` command. The `phpize` command is used to prepare the build environment for a PHP extension.
7
-
Install the `phpize` command. This is usually done by installing the `php7-devel` package using the system's package manager. Also install the fbclient library and developer packages.
7
+
Install the `phpize` command. This is usually done by installing the `php7-devel`or `php8-devel`package using the system's package manager. Also install the fbclient library and developer packages.
8
8
9
-
For OpenSuse 15.1 use
9
+
For OpenSuse 15.1 and PHP 7 use
10
10
```
11
11
$ zypper in php7-devel libfbclient2 libfbclient-devel
0 commit comments