]> granicus.if.org Git - php/commit
[DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set
authorIlia Alshanetsky <iliaa@php.net>
Wed, 16 May 2007 19:33:57 +0000 (19:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 16 May 2007 19:33:57 +0000 (19:33 +0000)
commitefd7846d341d89c607526e36473c00fa9819d598
treeeaf02ab0f841d814a9d12175e3090223cecaf64e
parentbfbbe4110e2fb46f2be34ebd86b73b158c9948d2
[DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set
into an associated array.
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo/php_pdo_driver.h
ext/pdo/tests/pdo_034.phpt [new file with mode: 0644]