diff options
| author | Ben Fuhrmannek | 2021-08-02 10:42:12 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-02 10:42:12 +0200 |
| commit | 4cda0120313dfd5d71236f6faf87416e93f5f89c (patch) | |
| tree | 0c2c6d15e8ac5287fb3304f96de719547d9e847a /src/php_snuffleupagus.h | |
| parent | 6c132e6a1d8d339a20282afb5a4af52eb6bce9db (diff) | |
| parent | e62f226c3ed885808c832040872fc2d73ca46dac (diff) | |
Merge branch 'master' of https://github.com/jvoisin/snuffleupagus
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 248045c..5b2b414 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -56,7 +56,7 @@ typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); | |||
| 56 | #define TSRMLS_FETCH() | 56 | #define TSRMLS_FETCH() |
| 57 | #define TSRMLS_C | 57 | #define TSRMLS_C |
| 58 | #else | 58 | #else |
| 59 | #if ( !HAVE_PCRE && !HAVE_BUNDLED_PCRE ) | 59 | #if (!HAVE_PCRE && !HAVE_BUNDLED_PCRE) |
| 60 | #error Snuffleupagus requires PHP7+ with PCRE support | 60 | #error Snuffleupagus requires PHP7+ with PCRE support |
| 61 | #endif | 61 | #endif |
| 62 | #endif | 62 | #endif |
