ZF-12049: Zend_Db_Statement_Db2 _bindParam function uses the wrong variable name that's passed to db2_bind_param
Description
On line 101 of Zend_Db_Statement_Db2 $position is used instead of $parameter. $position is not defined and causes the $parameter to never be passed to the db2_bind_param function.
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-22T21:59:10.000+0000
Fixed in trunk r24625 Merged to release-1.11 in r24626
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-22T22:18:02.000+0000
I did not issue a ZF2 PR, as arrival of [~ralph]'s refactored Zend\Db is imminent, and no equivalent to this class exists there.