From 5eb328d768103cb1df7f4bbe23710e70e688f753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Sun, 18 Dec 2005 17:17:12 +0000 Subject: [PATCH] fix is => are git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203171 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index 4bfe97f575..1b0c8d058a 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -290,7 +290,7 @@ 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 is supported (name + php) and WDDX are supported (name wddx). WDDX is only available, if PHP is compiled with WDDX support. Defaults to php.