| Package Information |
| Summary |
Constants for real |
| Maintainers |
Gopal Vijayaraghavan <gopalv@php.net> (lead) [wishlist] [details]
|
| License |
PHP License
|
| Description |
Allow definition of user defined constants in simple ini files,
which are then processed like internal constants, without any
of the usual performance penalties. |
Release notes Version 0.1.9 (stable) |
- 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 |
|