Skip to content

Commit

Permalink
Work around PHP8 compat issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed May 26, 2019
1 parent 8a2b139 commit 5051fa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mustache_private.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@

#include "mustache/mustache.hpp"

// Related?: https://github.com/php/php-src/commit/43a7d95016761787cace63fb52e93e27e123d0cc
#ifndef ZEND_ACC_CTOR
#define ZEND_ACC_CTOR 0
#endif

#endif /* PHP_MUSTACHE_PRIVATE_HPP */

0 comments on commit 5051fa9

Please sign in to comment.