mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
ab14ded894
commit
56be1041e5
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<appendix xml:id="migration53" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Migrating from PHP 5.2.x to PHP 5.3.x</title>
|
||||
<para>
|
||||
|
@ -1892,6 +1892,18 @@ var_dump(0 ?: 'Hello!');
|
|||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>
|
||||
The following ini directives have changed default value:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>session.use_only_cookies</literal> is now set to
|
||||
<literal>"1"</literal> (enabled) by default.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="migration53.other">
|
||||
|
|
Loading…
Reference in a new issue