diff options
| author | jvoisin | 2020-11-12 16:28:42 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-12 16:28:42 +0000 |
| commit | f4bc388f1e4adb1b9dde5f3af77785101ad19857 (patch) | |
| tree | bf54083ec2b2b1857bb7206972c86c2bf7792c2a /src/php_snuffleupagus.h | |
| parent | c0c0cf70a8579095d5b7c0fb53f86fca21799e52 (diff) | |
Snuffleupagus now uses pcre2 by default
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 213e27e..532516f 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -14,7 +14,7 @@ | |||
| 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 <pcre.h> | 17 | #include "sp_pcre_compat.h" |
| 18 | #include <stdbool.h> | 18 | #include <stdbool.h> |
| 19 | #include <stdio.h> | 19 | #include <stdio.h> |
| 20 | #include <stdlib.h> | 20 | #include <stdlib.h> |
| @@ -34,7 +34,6 @@ | |||
| 34 | #include "ext/standard/info.h" | 34 | #include "ext/standard/info.h" |
| 35 | #include "ext/standard/url.h" | 35 | #include "ext/standard/url.h" |
| 36 | #include "ext/standard/php_var.h" | 36 | #include "ext/standard/php_var.h" |
| 37 | #include "ext/pcre/php_pcre.h" | ||
| 38 | #include "ext/session/php_session.h" | 37 | #include "ext/session/php_session.h" |
| 39 | #include "php.h" | 38 | #include "php.h" |
| 40 | #include "php_ini.h" | 39 | #include "php_ini.h" |
