php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60902
Patch ingres.c revision 2012-01-27 14:12 UTC by V dot Bulov at VAZ dot ru

Patch ingres.c for Ingres II related Bug #60902

Patch version 2012-01-27 14:12 UTC

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

Developer: V.Bulov@VAZ.ru

4283c4283
< 						value_long = (long) *((II_INT4 *) columnData[k].dv_value);
---
> 						value_long = (long) *((II_INT8 *) columnData[k].dv_value);
7177c7177
< 			    value_long = (long) *((II_INT4 *) columnData->dv_value);
---
> 			    value_long = (long) *((II_INT8 *) columnData->dv_value);
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC