Skip to content

Commit 4deab21

Browse files
mbeccaticmb69
authored andcommitted
Added missing reference to bug 47021
1 parent 7d1fcaf commit 4deab21

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

ChangeLog-7.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
</ul></li>
4444
<li>PDO:
4545
<ul>
46-
<li><?php bugfix(80027); ?> (Terrible performance using $query-&gt;fetch on queries with many bind parameters (Matteo)</li>
46+
<li><?php bugfix(80027); ?> (Terrible performance using $query-&gt;fetch on queries with many bind parameters).</li>
47+
</ul></li>
48+
<li>SOAP:
49+
<ul>
50+
<li><?php bugfix(47021); ?> (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked").</li>
4751
</ul></li>
4852
<li>Standard:
4953
<ul>
@@ -1166,7 +1170,11 @@
11661170
</ul></li>
11671171
<li>PDO:
11681172
<ul>
1169-
<li><?php bugfix(80027); ?> (Terrible performance using $query-&gt;fetch on queries with many bind parameters (Matteo)</li>
1173+
<li><?php bugfix(80027); ?> (Terrible performance using $query-&gt;fetch on queries with many bind parameters).</li>
1174+
</ul></li>
1175+
<li>SOAP:
1176+
<ul>
1177+
<li><?php bugfix(47021); ?> (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked").</li>
11701178
</ul></li>
11711179
<li>Standard:
11721180
<ul>

0 commit comments

Comments
 (0)