]> granicus.if.org Git - php/commit
- MFT: Fixed segmentation fault when reading rows
authorTimm Friebe <thekid@php.net>
Wed, 16 Jun 2010 09:49:25 +0000 (09:49 +0000)
committerTimm Friebe <thekid@php.net>
Wed, 16 Jun 2010 09:49:25 +0000 (09:49 +0000)
commitec54570362d936b6151d052da687ea90ef05cb2d
tree33cfff61c8596e96674e75a9e8d972252fece3fb
parent3896e7403d146d8f00fafe257fe045d4b27a8d6d
- MFT: Fixed segmentation fault when reading rows
# Problem surfaces when using FreeTDS, ASE 12.5 and reading text fields
# with NULL values. This is essentially a workaround for a bug in Free-
# TDS which is not setting the NULL indicators correctly, but provides
# a protection against possible segfaults if any other driver ever does
# this again:-)
ext/sybase_ct/php_sybase_ct.c