ocifetchinto fix

This commit is contained in:
Thies C. Arntzen 1999-08-18 12:51:51 +00:00
parent 50bfff5502
commit e3aeb15678
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
- OciFetchInto now resets the returned array in all cases (Thies)
- Fixed mysql_errno() to work with recent versions of MySQL (Zeev)
- Fixed a problem with define() and boolean values (Zeev)
- Fixed inclusion of gd/freetype functions (Sascha)

View File

@ -3042,6 +3042,8 @@ PHP_FUNCTION(ocifetchinto)
}
}
zend_hash_internal_pointer_reset(array->value.ht);
#if PHP_API_VERSION < 19990421
element = emalloc(sizeof(pval));
#endif