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. + + + +