php-memoize
php-memoize copied to clipboard
php_smart_str.h: No such file or directory
During the make command, I'm receiving the following fatal error:
/tmp/php-memoize/memoize.c:27:40: fatal error: ext/standard/php_smart_str.h:
No such file or directory
#include "ext/standard/php_smart_str.h"
^
I'm running the following version of PHP:
PHP 7.0.14 (cli) (built: Dec 10 2016 11:35:27) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
with Zend OPcache v7.0.14, Copyright (c) 1999-2016, by Zend Technologies
with Xdebug v2.5.0, Copyright (c) 2002-2016, by Derick Rethans
Any suggestions?