From 56be1041e5c8ccd9fd321fe16d64af904d8a4d95 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 21 Jun 2009 18:39:15 +0000 Subject: [PATCH] Fixed bug#48485 (Error in documentation and upgrade guide) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282524 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 8a9a13ef0f..e8a771a2b4 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -1892,6 +1892,18 @@ var_dump(0 ?: 'Hello!'); + + The following ini directives have changed default value: + + + + + session.use_only_cookies is now set to + "1" (enabled) by default. + + + +