Skip to content

Commit bb23cd0

Browse files
author
Martin Köditz
authored
Update README.md - added hint for PHP 8.
1 parent d65222b commit bb23cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Build the driver on Linux
66
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.
88

9-
For OpenSuse 15.1 use
9+
For OpenSuse 15.1 and PHP 7 use
1010
```
1111
$ zypper in php7-devel libfbclient2 libfbclient-devel
1212
```

0 commit comments

Comments
 (0)