diff --git a/appendices/reserved.constants.openssl.xml b/appendices/reserved.constants.openssl.xml
deleted file mode 100644
index fbbb592882..0000000000
--- a/appendices/reserved.constants.openssl.xml
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
- openssl Predefined Constants
- Constants defined in the openssl extension
-
-
- Description
-
- These constants are defined by the openssl extension, and
- will only be available when that extension has either been
- compiled into PHP or dynamically loaded at runtime.
-
-
-
-
- X509_PURPOSE_SSL_CLIENT
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_SSL_SERVER
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_NS_SSL_SERVER
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_SMIME_SIGN
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_SMIME_ENCRYPT
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_CRL_SIGN
- (integer)
-
-
-
-
-
-
-
-
-
- X509_PURPOSE_ANY
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_DETACHED
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_TEXT
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOINTERN
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOVERIFY
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOCHAIN
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOCERTS
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOATTR
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_BINARY
- (integer)
-
-
-
-
-
-
-
-
-
- PKCS7_NOSIGS
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_PKCS1_PADDING
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_SSLV23_PADDING
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_NO_PADDING
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_PKCS1_OAEP_PADDING
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_KEYTYPE_RSA
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_KEYTYPE_DSA
- (integer)
-
-
-
-
-
-
-
-
-
- OPENSSL_KEYTYPE_DH
- (integer)
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/appendices/reserved.constants.pcntl.xml b/appendices/reserved.constants.pcntl.xml
deleted file mode 100644
index e3fac6c5be..0000000000
--- a/appendices/reserved.constants.pcntl.xml
+++ /dev/null
@@ -1,477 +0,0 @@
-
-
-
-
- pcntl Predefined Constants
- Constants defined in the pcntl extension
-
-
- Description
-
- These constants are defined by the pcntl extension, and
- will only be available when that extension has either been
- compiled into PHP or dynamically loaded at runtime.
-
-
-
-
- WNOHANG
- (integer)
-
-
-
-
-
-
-
-
-
- WUNTRACED
- (integer)
-
-
-
-
-
-
-
-
-
- SIG_IGN
- (integer)
-
-
-
-
-
-
-
-
-
- SIG_DFL
- (integer)
-
-
-
-
-
-
-
-
-
- SIG_ERR
- (integer)
-
-
-
-
-
-
-
-
-
- SIGHUP
- (integer)
-
-
-
-
-
-
-
-
-
- SIGINT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGQUIT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGILL
- (integer)
-
-
-
-
-
-
-
-
-
- SIGTRAP
- (integer)
-
-
-
-
-
-
-
-
-
- SIGABRT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGIOT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGBUS
- (integer)
-
-
-
-
-
-
-
-
-
- SIGFPE
- (integer)
-
-
-
-
-
-
-
-
-
- SIGKILL
- (integer)
-
-
-
-
-
-
-
-
-
- SIGUSR1
- (integer)
-
-
-
-
-
-
-
-
-
- SIGSEGV
- (integer)
-
-
-
-
-
-
-
-
-
- SIGUSR2
- (integer)
-
-
-
-
-
-
-
-
-
- SIGPIPE
- (integer)
-
-
-
-
-
-
-
-
-
- SIGALRM
- (integer)
-
-
-
-
-
-
-
-
-
- SIGTERM
- (integer)
-
-
-
-
-
-
-
-
-
- SIGSTKFLT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGCLD
- (integer)
-
-
-
-
-
-
-
-
-
- SIGCHLD
- (integer)
-
-
-
-
-
-
-
-
-
- SIGCONT
- (integer)
-
-
-
-
-
-
-
-
-
- SIGSTOP
- (integer)
-
-
-
-
-
-
-
-
-
- SIGTSTP
- (integer)
-
-
-
-
-
-
-
-
-
- SIGTTIN
- (integer)
-
-
-
-
-
-
-
-
-
- SIGTTOU
- (integer)
-
-
-
-
-
-
-
-
-
- SIGURG
- (integer)
-
-
-
-
-
-
-
-
-
- SIGXCPU
- (integer)
-
-
-
-
-
-
-
-
-
- SIGXFSZ
- (integer)
-
-
-
-
-
-
-
-
-
- SIGVTALRM
- (integer)
-
-
-
-
-
-
-
-
-
- SIGPROF
- (integer)
-
-
-
-
-
-
-
-
-
- SIGWINCH
- (integer)
-
-
-
-
-
-
-
-
-
- SIGPOLL
- (integer)
-
-
-
-
-
-
-
-
-
- SIGIO
- (integer)
-
-
-
-
-
-
-
-
-
- SIGPWR
- (integer)
-
-
-
-
-
-
-
-
-
- SIGSYS
- (integer)
-
-
-
-
-
-
-
-
-
- SIGBABY
- (integer)
-
-
-
-
-
-
-
-
-
-
-
-