]> granicus.if.org Git - php/commit
Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated
authorSTANLEY SUFFICOOL <ssufficool@php.net>
Sat, 25 Oct 2014 03:10:04 +0000 (20:10 -0700)
committerSTANLEY SUFFICOOL <ssufficool@php.net>
Sat, 25 Oct 2014 03:10:04 +0000 (20:10 -0700)
commita1a18fca6e2a1690ea113dc2ebe0e7d22fdc71a0
tree0207afe91c7f8322d912924212a62fee86f81d23
parente33ba844e52c5dc8e2fb1658a51bec611e78f7ba
Fixed Bug #52885 - PDO_DBLIB: Binary data may be truncated

Data containing characters in conflict with the server
codepage or containing null char will throw an error.
Implement binary quoting to allow binding of binary values.
ext/pdo_dblib/dblib_driver.c