php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #61387
Patch php_odbc_fetch_hash--segfault-fix revision 2012-09-13 15:04 UTC by brandonkirsch at gmail dot com

Patch php_odbc_fetch_hash--segfault-fix for ODBC related Bug #61387

Patch version 2012-09-13 15:04 UTC

Return to Bug #61387 | Download this patch
Patch Revisions:

Developer: brandonkirsch@gmail.com

1768c1768
< 			if (!*(result->values[i].name)) {
---
> 			if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) {
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC