]> granicus.if.org Git - php/commit
expand oracle null handling compatability by offering the ability to convert
authorWez Furlong <wez@php.net>
Tue, 12 Jul 2005 02:40:59 +0000 (02:40 +0000)
committerWez Furlong <wez@php.net>
Tue, 12 Jul 2005 02:40:59 +0000 (02:40 +0000)
commit664ebfa4990171891f84b18ee1a50f734948d80f
tree889add057b959e9cca26fa16ce4037dd716cff59
parentf5a09e87eed25de29f07339a5e437be1a0cf6dce
expand oracle null handling compatability by offering the ability to convert
NULLs into empty strings as well as the other way around.  It still doesn't
help a great deal in the long run, but at least the option is there.

Make sure hash tables are nulled out to avoid double freeing them.
ext/pdo/pdo.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo/php_pdo_driver.h