mustache 0.7.4RC2

Mustache templating language


This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.

License: MIT

Changes

- Use pkg-config when available to locate libmustache
- Use proper arguments to PHP_NEW_EXTENSION
- Allow PHP 7.2
- Fix build warnings