Skip to content

Commit 7c78c48

Browse files
committed
[8.4] Change PHP_DEBUG and PHP_ZTS to bool の翻訳
1 parent 1bb4baf commit 7c78c48

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appendices/reserved.constants.core.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
<varlistentry xml:id="constant.php-zts">
109109
<term>
110110
<constant>PHP_ZTS</constant>
111-
(<type>int</type>)
111+
(<type>bool</type>)
112+
<constant>ZEND_THREAD_SAFE</constant> &Alias;
112113
</term>
113114
<listitem>
114115
<simpara>
@@ -118,8 +119,9 @@
118119
</varlistentry>
119120
<varlistentry xml:id="constant.php-debug">
120121
<term>
121-
<constant>PHP_DEBUG</constant>
122-
(<type>int</type>)
122+
<constant>PHP_DEBUG</constant>
123+
(<type>bool</type>)
124+
<constant>ZEND_DEBUG_BUILD</constant> &Alias;
123125
</term>
124126
<listitem>
125127
<simpara>

0 commit comments

Comments
 (0)