]> granicus.if.org Git - php/commit
Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from...
authorZak Greant <zak@php.net>
Sun, 30 Dec 2001 10:00:26 +0000 (10:00 +0000)
committerZak Greant <zak@php.net>
Sun, 30 Dec 2001 10:00:26 +0000 (10:00 +0000)
commit3ac1646ef2004f42f39f9cd5da07aa262c053dd6
tree72d013b9093009a8ee8292779658a95edf7d0f9b
parent59a45acca6b045baaaf3a3421158a8b405ae8148
Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from having both numeric and associative indexes. (Bug 14291)
ext/mysql/php_mysql.c