summaryrefslogtreecommitdiff
path: root/src/sp_php_compat.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-11-19 14:57:01 +0100
committerBen Fuhrmannek2021-11-19 14:57:01 +0100
commitc447df6ce8964b2863a50f0f8027d9b234b7507f (patch)
treef3a6633d09f628bcd4efd409d92c8b44efe07868 /src/sp_php_compat.c
parenta34055a8fb6aa421a13da698ea0fe514bb27952e (diff)
replaced call_user_func with C level call
Diffstat (limited to 'src/sp_php_compat.c')
-rw-r--r--src/sp_php_compat.c4
1 files changed, 4 insertions, 0 deletions
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 @@
1#include "php_snuffleupagus.h" 1#include "php_snuffleupagus.h"
2 2
3/* code in this file is licensed under its original license
4 The PHP License, version 3.01 (https://www.php.net/license/3_01.txt)
5 which is also included with these sources in the file `PHP_LICENSE` */
6
3#if PHP_VERSION_ID < 80000 7#if PHP_VERSION_ID < 80000
4 8
5// copied from PHP 8.0.9 sources 9// copied from PHP 8.0.9 sources