diff options
Diffstat (limited to 'src/sp_php_compat.c')
| -rw-r--r-- | src/sp_php_compat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp_php_compat.c b/src/sp_php_compat.c index 933acd8..cd7c3e7 100644 --- a/src/sp_php_compat.c +++ b/src/sp_php_compat.c | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #if PHP_VERSION_ID < 80000 | 3 | #if PHP_VERSION_ID < 80000 |
| 4 | 4 | ||
| 5 | // zend_string_concat2 taken from PHP 8.0.9 zend_string.c | 5 | // copied from PHP 8.0.9 sources |
| 6 | // TODO: license clarification | ||
| 7 | 6 | ||
| 8 | ZEND_API zend_string *zend_string_concat2( | 7 | ZEND_API zend_string *zend_string_concat2( |
| 9 | const char *str1, size_t str1_len, | 8 | const char *str1, size_t str1_len, |
