| Age | Commit message (Collapse) | Author |
|
This commit does a lot of things:
- Use hashtables instead of lists to store the rules
- Rules that can be applied at launch time won't be tried at runtime
- Improve feedback when writing nonsensical rules
- Make intensive use of `zend_string` instead of `char*`
|
|
|
|
|
|
|
|
This used to be private, but since it apparently
isn't anymore, we should forbid it ;)
|
|
|
|
This commit fixes the documentation, our shipped configuration files,
and the related tests.
Thanks to @remicollet for the tip
|