mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
ocifetchinto fix
This commit is contained in:
parent
50bfff5502
commit
e3aeb15678
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user