php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
config.h File Reference
#include <php_compat.h>
#include <php_config.h>

Go to the source code of this file.

Macros

#define SUPPORT_UNICODE   1
 
#define SUPPORT_PCRE2_8   1
 
#define HEAP_LIMIT   20000000
 
#define PARENS_NEST_LIMIT   250
 
#define MATCH_LIMIT   10000000
 
#define MATCH_LIMIT_DEPTH   MATCH_LIMIT
 
#define MAX_NAME_COUNT   10000
 
#define MAX_NAME_SIZE   128
 
#define NEWLINE_DEFAULT   2
 
#define LINK_SIZE   2
 
#define MAX_VARLOOKBEHIND   255
 
#define PCRE2_EXPORT
 

Macro Definition Documentation

◆ HEAP_LIMIT

#define HEAP_LIMIT   20000000

Definition at line 35 of file config.h.

◆ LINK_SIZE

#define LINK_SIZE   2

Definition at line 98 of file config.h.

◆ MATCH_LIMIT

#define MATCH_LIMIT   10000000

Definition at line 52 of file config.h.

◆ MATCH_LIMIT_DEPTH

#define MATCH_LIMIT_DEPTH   MATCH_LIMIT

Definition at line 64 of file config.h.

◆ MAX_NAME_COUNT

#define MAX_NAME_COUNT   10000

Definition at line 71 of file config.h.

◆ MAX_NAME_SIZE

#define MAX_NAME_SIZE   128

Definition at line 78 of file config.h.

◆ MAX_VARLOOKBEHIND

#define MAX_VARLOOKBEHIND   255

Definition at line 104 of file config.h.

◆ NEWLINE_DEFAULT

#define NEWLINE_DEFAULT   2

Definition at line 89 of file config.h.

◆ PARENS_NEST_LIMIT

#define PARENS_NEST_LIMIT   250

Definition at line 42 of file config.h.

◆ PCRE2_EXPORT

#define PCRE2_EXPORT

Definition at line 109 of file config.h.

◆ SUPPORT_PCRE2_8

#define SUPPORT_PCRE2_8   1

Definition at line 11 of file config.h.

◆ SUPPORT_UNICODE

#define SUPPORT_UNICODE   1

Definition at line 10 of file config.h.