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 6ef64c9 commit 8ed219dCopy full SHA for 8ed219d
README.md
@@ -12,7 +12,6 @@ The easiest way to install the extension is to use PECL:
12
pecl install ds
13
```
14
15
-If you're on Windows, you can [download a compiled .dll on PECL](https://pecl.php.net/package/ds).
16
17
You can also build directly from source:
18
@@ -34,6 +33,7 @@ make clean
34
33
phpize --clean
35
36
+If you're on Windows, you can [download a compiled .dll on PECL](https://pecl.php.net/package/ds).
37
## Enable
38
39
You'll need to add `extension=ds.so` (or .dll if you're on Windows) to your primary *ini* file.
0 commit comments