Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions appendices/migration85/incompatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@

<simpara>
Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
a call to <methodname>PDO::fetch</methodname>,
<methodname>PDO::fetchObject</methodname>,
<methodname>PDO::fetchAll</methodname>, for example using tricks such as
a call to <methodname>PDOStatement::fetch</methodname>,
<methodname>PDOStatement::fetchObject</methodname>,
<methodname>PDOStatement::fetchAll</methodname>, for example using tricks such as
passing the statement object as a constructor argument when fetching into an
object, will now throw an <exceptionname>Error</exceptionname>.
</simpara>
Expand All @@ -357,7 +357,7 @@
<simpara>
A <exceptionname>ValueError</exceptionname> is now thrown if
<constant>PDO::FETCH_INTO</constant> is used as a fetch mode in
<methodname>PDO::fetchAll</methodname>,
<methodname>PDOStatement::fetchAll</methodname>,
similar to <constant>PDO::FETCH_LAZY</constant>.
</simpara>

Expand Down