|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 12:00:02 2025 UTC |