Skip to content

Commit 53bac38

Browse files
committed
Document str_getcsv() and fgetcsv() change in 8.3.0 (closes #4197) の取り込み
php/doc-en#4198
1 parent c069cec commit 53bac38

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

reference/filesystem/functions/fgetcsv.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 2474b979c1a9cd8b6f48445edf634c3d21c29fb2 Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 781f2ec04ee8817687e5e333bc3e64ab973322d7 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xml:id="function.fgetcsv" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -166,6 +166,14 @@
166166
非推奨になりました。
167167
</entry>
168168
</row>
169+
<row>
170+
<entry>8.3.0</entry>
171+
<entry>
172+
最後のフィールドが、
173+
閉じられていないフィールド囲いこみ文字だけの場合、
174+
null バイト 1 つの文字列ではなく、空文字列を返すようになりました。
175+
</entry>
176+
</row>
169177
<row>
170178
<entry>8.0.0</entry>
171179
<entry>

reference/strings/functions/str-getcsv.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 73007ad9889ca2a3d85b0a710b55deb44ac370cc Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 781f2ec04ee8817687e5e333bc3e64ab973322d7 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.str-getcsv" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
66
<refnamediv>
@@ -90,6 +90,9 @@
9090
の動作に倣ったものとなります。
9191
</entry>
9292
</row>
93+
<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']]/.)">
94+
<xi:fallback/>
95+
</xi:include>
9396
<row>
9497
<entry>7.4.0</entry>
9598
<entry>

0 commit comments

Comments
 (0)