From 2a03f5d866099f399eeffbbb84312083960e2eb2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Nov 2007 17:25:57 +0000 Subject: [PATCH] Mention php_binary serializer (bug #42405) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246639 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index fd7c1a72b5..3baba3cca6 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -287,8 +287,8 @@ session.serialize_handler defines the name of the handler which is used to serialize/deserialize - data. Currently, a PHP internal format (name - php) and WDDX are supported (name + data. Currently, a PHP internal format (name php or + php_binary) and WDDX are supported (name wddx). WDDX is only available, if PHP is compiled with WDDX support. Defaults to php.