Skip to content

Commit

Permalink
Merge pull request liexusong#69 from imaben/add-error
Browse files Browse the repository at this point in the history
add error
  • Loading branch information
liexusong authored May 22, 2017
2 parents 51db144 + 9d02f29 commit 1f1d5c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions beast.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
# define BEAST_RETURN_STRING(str, dup) RETURN_STRING(str, dup)
#endif

#ifdef ZTS
#error php-beast does't not support zts version
#endif

#define BEAST_VERSION "2.6"
#define DEFAULT_CACHE_SIZE 10485760 /* 10MB */
#define HEADER_MAX_SIZE 256
Expand Down

0 comments on commit 1f1d5c3

Please sign in to comment.