diff options
Diffstat (limited to 'src/sp_php_compat.h')
| -rw-r--r-- | src/sp_php_compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp_php_compat.h b/src/sp_php_compat.h index 992c3e2..09d9a1f 100644 --- a/src/sp_php_compat.h +++ b/src/sp_php_compat.h | |||
| @@ -11,6 +11,9 @@ ZEND_API zend_string *zend_string_concat2( | |||
| 11 | _key = _p->key; \ | 11 | _key = _p->key; \ |
| 12 | _ptr = Z_PTR_P(_z); | 12 | _ptr = Z_PTR_P(_z); |
| 13 | 13 | ||
| 14 | // zend_result was introduced to replace ZEND_RESULT_CODE with PHP8 | ||
| 15 | typedef ZEND_RESULT_CODE zend_result; | ||
| 16 | |||
| 14 | #endif | 17 | #endif |
| 15 | 18 | ||
| 16 | #if PHP_VERSION_ID < 70300 | 19 | #if PHP_VERSION_ID < 70300 |
