PHP: building with PHP 8 (development version).

This commit is contained in:
Remi Collet
2020-05-20 11:18:03 +03:00
parent d0de6df839
commit 140b81208e
2 changed files with 13 additions and 1 deletions

View File

@@ -29,6 +29,14 @@
#define NXT_PHP7 1
#endif
/* PHP 8 */
#ifndef TSRMLS_CC
#define TSRMLS_CC
#define TSRMLS_DC
#define TSRMLS_D void
#define TSRMLS_C
#endif
typedef struct {
nxt_str_t root;