reference/session/examples.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -197,8 +197,8 @@ here</a>.
197
197
<para>
198
198
To implement database storage, or any other storage method, you
199
199
will need to use <function>session_set_save_handler</function> to
200
-
create a set of user-level storage functions. As of PHP 5.4.0 you may create session handlers
201
-
using the <classname>SessionHandlerInterface</classname> or extend internal PHP handlers by inheriting
200
+
create a set of user-level storage functions. A session handlers may be created
201
+
using the <classname>SessionHandlerInterface</classname> or extending PHP's internal handlers by inheriting
202
202
from <classname>SessionHandler</classname>.
203
203
</para>
204
204
<para>
205
205