File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 80
80
</simpara >
81
81
</listitem >
82
82
</varlistentry >
83
+ <varlistentry xml : id =" constant.zend-thread-safe" >
84
+ <term >
85
+ <constant >ZEND_THREAD_SAFE</constant >
86
+ (<type >bool</type >)
87
+ </term >
88
+ <listitem >
89
+ <simpara >
90
+ Indicates whether the current build of PHP is thread safe.
91
+ </simpara >
92
+ </listitem >
93
+ </varlistentry >
94
+ <varlistentry xml : id =" constant.zend-debug-build" >
95
+ <term >
96
+ <constant >ZEND_DEBUG_BUILD</constant >
97
+ (<type >bool</type >)
98
+ </term >
99
+ <listitem >
100
+ <simpara >
101
+ Indicates whether the current build of PHP is a debug build.
102
+ </simpara >
103
+ </listitem >
104
+ </varlistentry >
83
105
<varlistentry xml : id =" constant.php-zts" >
84
106
<term >
85
107
<constant >PHP_ZTS</constant >
86
108
(<type >int</type >)
87
109
</term >
88
110
<listitem >
89
111
<simpara >
90
-
112
+ Indicates whether the current build of PHP is thread safe.
91
113
</simpara >
92
114
</listitem >
93
115
</varlistentry >
98
120
</term >
99
121
<listitem >
100
122
<simpara >
101
-
123
+ Indicates whether the current build of PHP is a debug build.
102
124
</simpara >
103
125
</listitem >
104
126
</varlistentry >
You can’t perform that action at this time.
0 commit comments