File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,21 @@ You must have compiled and installed:
1919
2020- [ memcached] ( http://memcached.org/ ) the cache daemon it self.
2121
22- - [ libmemcache] ( https://github.com/richp10/libmemcache-1.4.0.rc2-patched ) the C client API needed to compile the Apache Module.
23-
24- > ** Attention:** Don't mix up ` libmemcache ` and ` libmemcached ` !
22+ - [ libmemcached] ( http://libmemcached.org/ ) the C client API needed to compile the Apache Module.
2523
2624# How to build
2725
2826```
29- # ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcache =/path/to/libmemcache /
27+ # ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcached =/path/to/libmemcached /
3028# make
3129# make install
3230```
3331
34- # News in this version (v1.1)
32+ # News in this version (v1.2)
33+
34+ * migration from old [ libmemcache] ( https://github.com/richp10/libmemcache-1.4.0.rc2-patched ) to modern [ libmemcached] ( http://libmemcached.org/ )
35+
36+ # News in this version (v1.1.1)
3537
3638* Correct handling of "=" in value of the memcache session (E. Dumas).
3739* Don't breaks basic authentication (Steve Gaarder)
You can’t perform that action at this time.
0 commit comments