Skip to content

Commit 771b862

Browse files
committed
address comments from @wouterj
1 parent 2888d00 commit 771b862

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ PHP or provided by PHP extensions, such as PHP-Sqlite, PHP-Memcached and so on.
2828
All native save handlers are internal to PHP and as such, have no public facing API.
2929
They must be configured by ``php.ini`` directives, usually ``session.save_path`` and
3030
potentially other driver specific directives. Specific details can be found in
31-
the docblock of the ``setOptions()`` method of each class. For an example of this for
32-
a save handler provided via the Memcached extension is
33-
`php.net/manual/en/memcached.setoption`_
31+
the docblock of the ``setOptions()`` method of each class. For instance, the one
32+
provided by the Memcached extension can be found on `php.net/memcached.setoption`_
3433

3534
While native save handlers can be activated by directly using
3635
``ini_set('session.save_handler', $name);``, Symfony2 provides a convenient way to
@@ -270,4 +269,4 @@ without knowledge of the specific save handler.
270269

271270
.. _`php.net/session.customhandler`: http://php.net/session.customhandler
272271
.. _`php.net/session.configuration`: http://php.net/session.configuration
273-
.. _`php.net/manual/en/memcached.setoption`: http://php.net/manual/en/memcached.setoption
272+
.. _`php.net/memcached.setoption`: http://php.net/memcached.setoption

0 commit comments

Comments
 (0)