diff options
| author | Nikita Popov <nikic@php.net> | 2016-12-18 20:04:38 +0100 |
|---|---|---|
| committer | Nikita Popov <nikic@php.net> | 2017-01-01 21:28:20 +0100 |
| commit | abb91ee9eac100c92960ec54b86c7792fc3c49cd (patch) | |
| tree | 7bb4dc23eff94432f362769375717c52406d91d6 /main/spprintf.c | |
| parent | 52da05c535152bf88ee52f4f00847113584ac791 (diff) | |
| download | php-git-abb91ee9eac100c92960ec54b86c7792fc3c49cd.tar.gz | |
Move smart_string to Zend
smart_str is already in Zend.
Diffstat (limited to 'main/spprintf.c')
| -rw-r--r-- | main/spprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spprintf.c b/main/spprintf.c index 73a5ff52e3..2d24dbddeb 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -117,7 +117,7 @@ #define EXPONENT_LENGTH 10 #include "zend_smart_str.h" -#include "ext/standard/php_smart_string.h" +#include "zend_smart_string.h" /* {{{ macros */ |
