]> granicus.if.org Git - php/commit
FIX BUG #55647
authorStanley Sufficool <ssufficool@php.net>
Sat, 1 Jun 2013 07:38:09 +0000 (00:38 -0700)
committerStanley Sufficool <ssufficool@php.net>
Sat, 1 Jun 2013 07:38:09 +0000 (00:38 -0700)
commitc34a2757db80ee2a2f35583a73899330397cb35c
tree66fef64c8bcf1e5f4cd14450fe3fec1082e7e968
parentd9be9e0231277b7baf457f9a59dc7616624f8e2e
FIX BUG #55647

PDO DBLIB was returning false if there were no results after a
statement was executed. This should be the fetch methods response
not the execute method response.
ext/pdo_dblib/dblib_stmt.c