diff options
| author | Julien Voisin | 2020-12-24 10:32:28 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-24 10:32:28 +0000 |
| commit | 98ed3be52fa15521ef405fc8029176279d80778e (patch) | |
| tree | bafe6541bb3d3863f7edb9196a3e1db40c88bf7f /src/php_snuffleupagus.h | |
| parent | a9e240ef0655175f930810cf78ac7df593a6dde6 (diff) | |
Add PHP8 support
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 14efadb..02b464e 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include <errno.h> | 14 | #include <errno.h> |
| 15 | #include <fcntl.h> | 15 | #include <fcntl.h> |
| 16 | #include <inttypes.h> | 16 | #include <inttypes.h> |
| 17 | #include "sp_pcre_compat.h" | ||
| 18 | #include <stdbool.h> | 17 | #include <stdbool.h> |
| 19 | #include <stdio.h> | 18 | #include <stdio.h> |
| 20 | #include <stdlib.h> | 19 | #include <stdlib.h> |
| @@ -29,6 +28,7 @@ | |||
| 29 | #include <sys/syslog.h> | 28 | #include <sys/syslog.h> |
| 30 | 29 | ||
| 31 | #include "SAPI.h" | 30 | #include "SAPI.h" |
| 31 | #include "ext/pcre/php_pcre.h" | ||
| 32 | #include "ext/standard/head.h" | 32 | #include "ext/standard/head.h" |
| 33 | #include "ext/standard/info.h" | 33 | #include "ext/standard/info.h" |
| 34 | #include "ext/standard/url.h" | 34 | #include "ext/standard/url.h" |
