diff --git a/appendices/reserved.constants.core.xml b/appendices/reserved.constants.core.xml
index 24e6935e19bd..fd3066c5ebdd 100644
--- a/appendices/reserved.constants.core.xml
+++ b/appendices/reserved.constants.core.xml
@@ -80,6 +80,34 @@
+
+
+ PHP_BUILD_DATE
+ (string)
+
+
+
+ The date and time when PHP was built, in "M d Y H:i:s" format. Available as of PHP 8.5.0.
+
+
+
+
+
+ PHP_BUILD_PROVIDER
+ (string)
+
+
+
+ The provider who built PHP. Available as of PHP 8.5.0.
+
+
+
+ This constant may not be available in all builds of PHP. (e.g., not set when
+ building from source without specifying a value during configuration).
+
+
+
+ ZEND_THREAD_SAFE
@@ -401,6 +429,11 @@
Specifies where the manpages were installed into.
+
+
+ This constant is not present on Windows builds of PHP.
+
+
@@ -691,10 +724,10 @@
-
+
See also: Magic
constants.
-
+