hidef 0.1.9

Constants for real


Allow definition of user defined constants in simple ini files,
which are then processed like internal constants, without any
of the usual performance penalties.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Changes

- 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