|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch php_odbc_fetch_hash--segfault-fix for ODBC related Bug #61387Patch version 2012-09-13 15:04 UTC Return to Bug #61387 | Download this patchPatch Revisions: Developer: brandonkirsch@gmail.com
1768c1768
< if (!*(result->values[i].name)) {
---
> if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) {
|
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Feb 03 00:00:02 2026 UTC |