From ecbc2bba7ba2d1c0c766dd16195ee88edbe550a8 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sun, 8 Aug 2021 12:44:13 +0200 Subject: more PHP 7 compatibility and license clarification --- src/sp_php_compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sp_php_compat.c') 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 @@ #if PHP_VERSION_ID < 80000 -// zend_string_concat2 taken from PHP 8.0.9 zend_string.c -// TODO: license clarification +// copied from PHP 8.0.9 sources ZEND_API zend_string *zend_string_concat2( const char *str1, size_t str1_len, -- cgit v1.3