]> granicus.if.org Git - php/commit
Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args.
authorWez Furlong <wez@php.net>
Sat, 29 Oct 2005 03:01:19 +0000 (03:01 +0000)
committerWez Furlong <wez@php.net>
Sat, 29 Oct 2005 03:01:19 +0000 (03:01 +0000)
commit7af808909652d056beef9e66e22ce58fb50cb225
tree98a582c9ff2cd7f4ec5b342ee682b43340c34cc9
parent588d88960c0df36628d35b202954818d3c771cda
Closes PECL #5809; PDOStatement::execute(array(...)) would modify its args.
It should behave like bindValue() not bindParam().
ext/pdo/pdo_stmt.c
ext/pdo/tests/pecl_bug_5809.phpt [new file with mode: 0644]