diff --git a/appendices/reserved.constants.core.xml b/appendices/reserved.constants.core.xml index 90ee9d30fdf9..e55dd4ab4a5d 100644 --- a/appendices/reserved.constants.core.xml +++ b/appendices/reserved.constants.core.xml @@ -80,6 +80,28 @@ + + + ZEND_THREAD_SAFE + (bool) + + + + Indicates whether the current build of PHP is thread safe. + + + + + + ZEND_DEBUG_BUILD + (bool) + + + + Indicates whether the current build of PHP is a debug build. + + + PHP_ZTS @@ -87,7 +109,7 @@ - + Indicates whether the current build of PHP is thread safe. @@ -98,7 +120,7 @@ - + Indicates whether the current build of PHP is a debug build.