appendices/migration71/changed-functions.xml
ef9b464ad778b0e470d536c1e4a2a011f203e165
...
...
@@ -142,6 +142,19 @@
142
142
</listitem>
143
143
</itemizedlist>
144
144
</sect2>
145
+

146
+
<sect2 xml:id="migration71.changed-functions.session">
147
+
<title>Session</title>
148
+
<itemizedlist>
149
+
<listitem>
150
+
<simpara>
151
+
<function>session_start</function> now returns &false; and no longer
152
+
initializes <varname>$_SESSION</varname> when it failed to start the
153
+
session.
154
+
</simpara>
155
+
</listitem>
156
+
</itemizedlist>
157
+
</sect2>
145
158
</sect1>
146
159

147
160
<!-- Keep this comment at the end of the file
148
161