reference/var/functions/unserialize.xml
443d81b33e6537a000cc235c2a11748ba8d56232
...
...
@@ -134,7 +134,7 @@
134
134
</para>
135
135
<para>
136
136
In case the passed string is not unserializeable, &false; is returned and
137
-
<constant>E_NOTICE</constant> is issued.
137
+
<constant>E_WARNING</constant> is issued.
138
138
</para>
139
139
</refsect1>
140
140

...
...
@@ -158,6 +158,13 @@
158
158
</thead>
159
159
<tbody>
160
160
<row>
161
+
<entry>8.3.0</entry>
162
+
<entry>
163
+
Now emits <constant>E_WARNING</constant> when the passed string is not unserializeable;
164
+
previously <constant>E_NOTICE</constant> was emitted.
165
+
</entry>
166
+
</row>
167
+
<row>
161
168
<entry>7.4.0</entry>
162
169
<entry>
163
170
Added the <literal>max_depth</literal> element of
164
171