Skip to content

Commit 140689d

Browse files
haszihaszi
andauthored
Add missing ZEND constants and descriptions of their PHP aliases (#3054)
Co-authored-by: haszi <[email protected]>
1 parent 49b7f73 commit 140689d

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

appendices/reserved.constants.core.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,36 @@
8080
</simpara>
8181
</listitem>
8282
</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>
83105
<varlistentry xml:id="constant.php-zts">
84106
<term>
85107
<constant>PHP_ZTS</constant>
86108
(<type>int</type>)
87109
</term>
88110
<listitem>
89111
<simpara>
90-
112+
Indicates whether the current build of PHP is thread safe.
91113
</simpara>
92114
</listitem>
93115
</varlistentry>
@@ -98,7 +120,7 @@
98120
</term>
99121
<listitem>
100122
<simpara>
101-
123+
Indicates whether the current build of PHP is a debug build.
102124
</simpara>
103125
</listitem>
104126
</varlistentry>

0 commit comments

Comments
 (0)