mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Mention php_binary serializer (bug #42405)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246639 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1b74ff44f
commit
2a03f5d866
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.53 $ -->
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<section xml:id="session.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -287,8 +287,8 @@
|
|||
<simpara>
|
||||
<literal>session.serialize_handler</literal> defines the name
|
||||
of the handler which is used to serialize/deserialize
|
||||
data. Currently, a PHP internal format (name
|
||||
<literal>php</literal>) and WDDX are supported (name
|
||||
data. Currently, a PHP internal format (name <literal>php</literal> or
|
||||
<literal>php_binary</literal>) and WDDX are supported (name
|
||||
<literal>wddx</literal>). WDDX is only available, if PHP is
|
||||
compiled with <link linkend="ref.wddx">WDDX
|
||||
support</link>. Defaults to <literal>php</literal>.
|
||||
|
|
Loading…
Reference in a new issue