mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo fix (doc #61692, patch by Daniel Lowrey, thanks!)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325019 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cd5b1d6892
commit
9121c98816
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
By default, this class will wrap whatever internal save handler is set as as defined by the
|
||||
<link linkend="ini.session.save-handler">session.save_handler</link> configuration directive which is usually
|
||||
<parameter>files</parameter> by default.
|
||||
Other internal session save hadlers are provided by PHP extensions such as SQLite (as <parameter>sqlite</parameter>),
|
||||
Other internal session save handlers are provided by PHP extensions such as SQLite (as <parameter>sqlite</parameter>),
|
||||
Memcache (as <parameter>memcache</parameter>), and Memcached (as <parameter>memcached</parameter>).
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue