Skip to content

Commit b2fa00c

Browse files
haszihaszi
andauthored
Change PHP_DEBUG and PHP_ZTS to bool (#3078)
Co-authored-by: haszi <haszika80@gmail.com>
1 parent 03db488 commit b2fa00c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appendices/reserved.constants.core.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
<varlistentry xml:id="constant.php-zts">
106106
<term>
107107
<constant>PHP_ZTS</constant>
108-
(<type>int</type>)
108+
(<type>bool</type>)
109+
&Alias; <constant>ZEND_THREAD_SAFE</constant>
109110
</term>
110111
<listitem>
111112
<simpara>
@@ -116,7 +117,8 @@
116117
<varlistentry xml:id="constant.php-debug">
117118
<term>
118119
<constant>PHP_DEBUG</constant>
119-
(<type>int</type>)
120+
(<type>bool</type>)
121+
&Alias; <constant>ZEND_DEBUG_BUILD</constant>
120122
</term>
121123
<listitem>
122124
<simpara>

0 commit comments

Comments
 (0)