summaryrefslogtreecommitdiff
path: root/src/sp_php_compat.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-08 12:44:13 +0200
committerBen Fuhrmannek2021-08-08 12:44:13 +0200
commitecbc2bba7ba2d1c0c766dd16195ee88edbe550a8 (patch)
tree88a1caa56a709066cdb38759a265a5b4bc593bb8 /src/sp_php_compat.c
parentf41303ebed6f5de3a264ba5c70851d4da215061c (diff)
more PHP 7 compatibility and license clarification
Diffstat (limited to 'src/sp_php_compat.c')
-rw-r--r--src/sp_php_compat.c3
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
8ZEND_API zend_string *zend_string_concat2( 7ZEND_API zend_string *zend_string_concat2(
9 const char *str1, size_t str1_len, 8 const char *str1, size_t str1_len,