Skip to content

Commit 70db62b

Browse files
author
Drak
committed
Better wording.
1 parent 805257e commit 70db62b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,8 @@ without knowledge of the specific save handler.
261261

262262
.. note::
263263

264-
Under PHP 5.3, you cannot proxy the session handler interface for native PHP handlers,
265-
only user handlers so if you write proxies, be aware they will only work for user-land
266-
session save handlers.
264+
Before PHP 5.4, you can only proxy user-land save handlers but not
265+
native PHP save handlers.
267266

268267
.. _`php.net/session.customhandler`: http://php.net/session.customhandler
269268
.. _`php.net/session.configuration`: http://php.net/session.configuration

0 commit comments

Comments
 (0)