]> granicus.if.org Git - php/commit
- Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
authorDavid Coallier <davidc@php.net>
Tue, 4 Nov 2008 18:25:26 +0000 (18:25 +0000)
committerDavid Coallier <davidc@php.net>
Tue, 4 Nov 2008 18:25:26 +0000 (18:25 +0000)
commit4af80c7f90dbab70ace32d566730b50a72beaacc
tree250571941188b19a1ee83b30d0e46fd31f4086e8
parent2e32876eaadde2f96294d62f7905b03043fa729c
- Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
  an error code we used to return an array with one element. For the sake
  of consistency and verification of returned values at userland we are now
  returning an array with 3 elements. Note the two last elements are null but
  present

- Bug #44153: [DOC] If the error code returned by the DBH is null, we return
  a null value. This is used in order to help with empty error codes.
ext/pdo/pdo_dbh.c