We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac605 commit db06b98Copy full SHA for db06b98
appendices/migration82/other-changes.xml
@@ -235,6 +235,14 @@
235
<sect2 xml:id="migration82.other-changes.ini">
236
<title>Changes to INI File Handling</title>
237
238
+ <!-- Commit: https://github.com/php/php-src/commit/0f8b9eb49bd644f07175e9191d2cc146737446ad -->
239
+ <para>
240
+ Support for binary (<literal>0b</literal>/<literal>0B</literal>) and octal
241
+ (<literal>0o</literal>/<literal>0O</literal>) prefixes has been added to integer INI settings.
242
+ Integer INI settings that start with a zero (<literal>0</literal>)
243
+ continue to be interpreted as an octal integer.
244
+ </para>
245
+
246
<para>
247
Parsing of some ill-formatted values will now trigger a warning when this
248
was silently ignored before.
0 commit comments