]> granicus.if.org Git - php/commit
Limit the size of columns to 64K, so we don't try to allocate 2GB for each text
authorWez Furlong <wez@php.net>
Tue, 19 Jul 2005 03:39:49 +0000 (03:39 +0000)
committerWez Furlong <wez@php.net>
Tue, 19 Jul 2005 03:39:49 +0000 (03:39 +0000)
commite568ea3277c487281a6d911b499724015cd41747
tree6569d0d6941a557d36e42f74bb083f070549b5ed
parent96a273a10d05cceb2e9737f55245853fa2b8980f
Limit the size of columns to 64K, so we don't try to allocate 2GB for each text
column coming out of informix.

Refs Bug #33533.

Not totally closed yet; still need to cater for text fields longer than 64k in a sane manner.
ext/pdo_odbc/odbc_stmt.c