summaryrefslogtreecommitdiff
path: root/src/sp_php_compat.c
diff options
context:
space:
mode:
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