Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit545affe

Browse files
authored
Merge pull request#209 from nbro/patch-1
Fix docs link in readme
2 parents5f8915d +85bc763 commit545affe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can read about it in more detail [in this blog post](https://medium.com/p/9d
99

1010
##Documentation
1111

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.
1313

1414
##Installation
1515

@@ -19,11 +19,11 @@ The easiest way to install the extension is to use PECL:
1919
pecl install ds
2020
```
2121

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).
2323

2424
##Enabling the extension
2525

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.
2727

2828
If you encounter an "undefined symbol" error, see[#2](https://github.com/php-ds/extension/issues/2#issuecomment-181855047).
2929

@@ -40,7 +40,7 @@ You can also enable the extension temporarily using the command line:
4040
php -d extension=ds.so
4141
```
4242

43-
**Note**: Windows would use php_ds.dll instead.
43+
**Note**: Windows would use`php_ds.dll` instead.
4444

4545
##Testing
4646

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp