Skip to content

Commit 3e777b4

Browse files
committed
Merge branch 'hotfix/document-windows-build'
2 parents 7d1d703 + df060ca commit 3e777b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can send comments, patches, questions [here on github](https://github.com/ni
1111
1. [Installing/Configuring](#installingconfiguring)
1212
* [Installation](#installation)
1313
* [Installation on OSX](#installation-on-osx)
14+
* [Building on Windows](#building-on-windows)
1415
* [PHP Session handler](#php-session-handler)
1516
* [Distributed Redis Array](#distributed-redis-array)
1617
1. [Classes and methods](#classes-and-methods)
@@ -90,6 +91,11 @@ The session handler requires a version of Redis with the `SETEX` command (at lea
9091
phpredis can also connect to a unix domain socket: `session.save_path = "unix:///var/run/redis/redis.sock?persistent=1&weight=1&database=0`.
9192

9293

94+
## Building on Windows
95+
96+
See [instructions from @char101](https://github.com/nicolasff/phpredis/issues/213#issuecomment-11361242) on how to build phpredis on Windows.
97+
98+
9399
## Distributed Redis Array
94100

95101
See [dedicated page](https://github.com/nicolasff/phpredis/blob/master/arrays.markdown#readme).

0 commit comments

Comments
 (0)