appendices/migration83/other-changes.xml
e1e0c52f12f7f01724d36b12cb0044ecb0c3f20d
...
...
@@ -23,7 +23,7 @@
23
23
<title>FPM</title>
24
24

25
25
<para>
26
-
FPM CLI test now fails if the socket path is longer than supported by OS.
26
+
FPM CLI test now fails if the socket path is longer than supported by the OS.
27
27
</para>
28
28
</sect3>
29
29

...
...
@@ -43,7 +43,7 @@
43
43
<title>Streams</title>
44
44

45
45
<para>
46
-
Blocking <function>fread</function> on socket connection returns
46
+
Blocking <function>fread</function> on a socket connection returns
47
47
immediately if there are any buffered data instead of waiting for more data.
48
48
</para>
49
49

...
...
@@ -386,9 +386,9 @@
386
386
</para>
387
387

388
388
<para>
389
-
<function>proc_open</function> returns false if <parameter>$command</parameter>
389
+
<function>proc_open</function> returns &false; if <parameter>$command</parameter>
390
390
array is invalid command instead of resource object that produces warning later.
391
-
This was already the case for Windows but it is now also the case if posix_spawn
391
+
This was already the case for Windows but it is now also the case if a posix_spawn
392
392
implementation is in use (most Linux, BSD and MacOS platforms). There are still
393
393
some old platforms where this behavior is not changed as posix_spawn is not
394
394
supported there.
...
...
@@ -404,9 +404,9 @@
404
404
</para>
405
405

406
406
<para>
407
-
The <parameter>$decimal</parameter> of <function>number_format</function>
407
+
The <parameter>$decimals</parameter> of <function>number_format</function>
408
408
now properly handles negative integers.
409
-
Rounding with a negative value for <parameter>$decimal</parameter> means
409
+
Rounding with a negative value for <parameter>$decimals</parameter> means
410
410
that <parameter>$num</parameter> is rounded to <parameter>$decimals</parameter>
411
411
significant digits before the decimal point.
412
412
Previously negative <parameter>$decimals</parameter> were silently
413
413