From c447df6ce8964b2863a50f0f8027d9b234b7507f Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 19 Nov 2021 14:57:01 +0100 Subject: replaced call_user_func with C level call --- src/sp_php_compat.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/sp_php_compat.c') diff --git a/src/sp_php_compat.c b/src/sp_php_compat.c index cd7c3e7..a0693c3 100644 --- a/src/sp_php_compat.c +++ b/src/sp_php_compat.c @@ -1,5 +1,9 @@ #include "php_snuffleupagus.h" +/* code in this file is licensed under its original license + The PHP License, version 3.01 (https://www.php.net/license/3_01.txt) + which is also included with these sources in the file `PHP_LICENSE` */ + #if PHP_VERSION_ID < 80000 // copied from PHP 8.0.9 sources -- cgit v1.3