]> granicus.if.org Git - php/commit
fix weird DB2 issue:
authorAntony Dovgal <tony2001@php.net>
Mon, 17 Jan 2005 18:08:54 +0000 (18:08 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 17 Jan 2005 18:08:54 +0000 (18:08 +0000)
commit7c152b6a8e96e25d8a75a7b7a2ea5c3cad76af7a
treeaf33706d8a82346a7ab517895a8ea9aed742021a
parent37d820b03f3ee7d22fb83fc958c5626b7ee3d43f
fix weird DB2 issue:
DB2's SQLDataSources() returns _max available_ length of result string instead of
_real_ length and that results in strings a-la "\0                  "
ext/odbc/php_odbc.c