Merge trunk fix for msre_create_var_ex mistakenly allocating out of global pool.

This commit is contained in:
brectanus
2007-03-08 16:27:31 +00:00
parent 47058839aa
commit 70009659ca
4 changed files with 14 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
08 Mar 2007 - 2.1.1-dev2
08 Mar 2007 - 2.1.1-dev3
------------------------
* Fixed a potential division by zero error when a collection was fetched from
storage within one second of it being created.
* Fixed potential memory corruption when expanding macros.
* Fixed error when a collection var was fetched in the same second as creation
by setting the rate to zero.
* Fixed ASCIIZ (NUL) parsing for application/x-www-form-urlencoded forms.