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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You can read about it in more detail [in this blog post](https://medium.com/p/9d
9
9
10
10
## Documentation
11
11
12
-
Documentation is available on [php.net](http://docs.php.net/manual/en/book.ds.php). You should also include the [polyfill](https://github.com/php-ds/polyfill) in your project for IDE integration.
12
+
Documentation is available on [php.net](https://www.php.net/manual/en/book.ds.php). You should also include the [polyfill](https://github.com/php-ds/polyfill) in your project for IDE integration.
13
13
14
14
## Installation
15
15
@@ -19,11 +19,11 @@ The easiest way to install the extension is to use PECL:
19
19
pecl install ds
20
20
```
21
21
22
-
If you're on Windows, you can download a compiled .dll on [PECL](https://pecl.php.net/package/ds) or under [releases](https://github.com/php-ds/extension/releases).
22
+
If you're on Windows, you can download a compiled `.dll` on [PECL](https://pecl.php.net/package/ds) or under [releases](https://github.com/php-ds/extension/releases).
23
23
24
24
## Enabling the extension
25
25
26
-
You'll need to add `extension=ds.so` to your primary *php.ini* file.
26
+
You'll need to add `extension=ds.so` to your primary `php.ini` file.
27
27
28
28
If you encounter an "undefined symbol" error, see [#2](https://github.com/php-ds/extension/issues/2#issuecomment-181855047).
29
29
@@ -40,7 +40,7 @@ You can also enable the extension temporarily using the command line:
0 commit comments