Skip to content

Commit de72763

Browse files
author
Martin Köditz
authored
Update README.md
Fixed wrong github path.
1 parent 12ecaaf commit de72763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ zypper in php7-devel libfbclient2 libfbclient-devel
1313

1414
Now make sure you provide the fbclient.so and the header files (ibase.h). These are needed to compile. You can specify the include path for the ibase.h file with CPPFLAGS as you can see in the following listing.
1515
```
16-
$ git clone https://github.com/MartinKoeditz/php-firebird.git
16+
$ git clone https://github.com/FirebirdSQL/php-firebird.git
1717
$ cd php-firebird
1818
$ phpize
1919
$ CPPFLAGS=-I/usr/include/firebird ./configure

0 commit comments

Comments
 (0)