Skip to content

Commit 1dbf003

Browse files
author
Tit Petric
committed
more TOC indent tests, renamed some headings
1 parent fc22409 commit 1dbf003

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.markdown

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Table of contents
1010
=================
1111

1212
1. Installing/Configuring
13-
* [Installing/Configuring](#installingconfiguring)
14-
* [Install on OSX](#install-on-osx)
15-
* [PHP Session handler](#php-session-handler)
13+
1. [Installation](#installation)
14+
1. [Installation on OSX](#installation-on-osx)
15+
1. [PHP Session handler](#php-session-handler)
1616
1. Usage
1717
* Connection
1818
* Server
@@ -28,6 +28,13 @@ Table of contents
2828
Installing/Configuring
2929
======================
3030

31+
1. [Installation](#installation)
32+
1. [Installation on OSX](#installation-on-osx)
33+
1. [PHP Session handler](#php-session-handler)
34+
35+
36+
Installation
37+
------------
3138
<pre>
3239
phpize
3340
./configure [--enable-redis-igbinary]
@@ -41,8 +48,8 @@ You can generate a debian package for PHP5, accessible from Apache 2 by running
4148

4249
This extension exports a single class, `Redis` (and `RedisException` used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.
4350

44-
Install on OSX
45-
==============
51+
Installation on OSX
52+
-------------------
4653

4754
If the install fails on OSX, type the following commands in your shell before trying again:
4855
<pre>
@@ -61,7 +68,7 @@ Taken from [Compiling phpredis on Zend Server CE/OSX ](http://www.tumblr.com/tag
6168
See also: [Install Redis & PHP Extension PHPRedis with Macports](http://www.lecloud.net/post/3378834922/install-redis-php-extension-phpredis-with-macports).
6269

6370
PHP Session handler
64-
===================
71+
-------------------
6572

6673
phpredis can be used to store PHP sessions. To do this, configure `session.save_handler` and `session.save_path` in your php.ini to tell phpredis where to store the sessions:
6774
<pre>

0 commit comments

Comments
 (0)