Skip to content

Commit 781f2ec

Browse files
authored
Document str_getcsv() and fgetcsv() change in 8.3.0 (closes #4197) (#4198)
1 parent c0e4870 commit 781f2ec

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

reference/filesystem/functions/fgetcsv.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@
162162
deprecated.
163163
</entry>
164164
</row>
165+
<row>
166+
<entry>8.3.0</entry>
167+
<entry>
168+
An empty string is returned instead of a string with a single
169+
null byte for the last field if it contains only an unterminated
170+
enclosure.
171+
</entry>
172+
</row>
165173
<row>
166174
<entry>8.0.0</entry>
167175
<entry>

reference/strings/functions/str-getcsv.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
<function>fputcsv</function>.
8989
</entry>
9090
</row>
91+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('function.fgetcsv')/db:refsect1[@role='changelog']//db:row[db:entry[text()='8.3.0']]/.)">
92+
<xi:fallback/>
93+
</xi:include>
9194
<row>
9295
<entry>7.4.0</entry>
9396
<entry>

0 commit comments

Comments
 (0)