From 683fd69aff896998d0c0970bdb21f1d06071d5d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2018 09:03:01 +0200 Subject: add patch for PHP 7.3 from https://github.com/jbboehr/php-mustache/pull/48 --- PHPINFO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..77baf13 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,11 @@ + +mustache + +Version => 0.7.4 +Released => 2017-07-18 +Revision => master +Authors => John Boehr (lead) +Spec Version => 1.1.2 +Libmustache Version => 0.4.4 +Libmustache Operand Size => 2 +c++11 unordered map support => enabled -- cgit