]> granicus.if.org Git - php/commit
Return only debug props in PDORow
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 10 Jan 2019 11:36:08 +0000 (12:36 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 10 Jan 2019 11:37:28 +0000 (12:37 +0100)
commita0d0cb847fb623f1f64abe7ff42f5a6e6c4bfb8c
treea9df3804e26880a8e39864c6a44fccb4aa757630
parent5f7b934f8b80af499f459dbcb6fae76eab9a136d
Return only debug props in PDORow

Previously this returned properties of a different object, including
INDIRECTs directly, which violates our invariants. Switch this to
only return properties for debugging purposes, without INDIRECTs.
If someone complains we can extend this to other purposes, as needed.
ext/pdo/pdo_stmt.c