We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca5e5c commit 38420d6Copy full SHA for 38420d6
README.md
@@ -1,7 +1,7 @@
1
php-xz
2
======
3
4
-[](https://travis-ci.org/udan11/php-xz)
+[](https://travis-ci.org/codemasher/php-xz)
5
6
PHP Extension providing XZ (LZMA2) compression/decompression functions.
7
@@ -10,7 +10,7 @@ PHP Extension providing XZ (LZMA2) compression/decompression functions.
10
To install as module, perform the following steps:
11
12
```bash
13
-git clone https://github.com/udan11/php-xz
+git clone https://github.com/codemasher/php-xz
14
cd php-xz && phpize && ./configure && make && sudo make install
15
```
16
0 commit comments