Allow definition of user defined constants in simple ini files,
which are then processed like internal constants, without any
of the usual performance penalties.
- Cache the thawed array in the FrozenArray object (fix leak on array_key_exists())
- Free memory only in the parent thread/process to prevent pagefaults on free()
- Trim malloc space before forking to reduce memory hit