From 857f029f3e38b981191ad6a36d44568be559f4d7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 11 Feb 2007 15:42:01 +0000 Subject: [PATCH] add new *_VERSION constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229553 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xsl/constants.xml | 46 ++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/reference/xsl/constants.xml b/reference/xsl/constants.xml index b9fcc32a10..f50014712b 100644 --- a/reference/xsl/constants.xml +++ b/reference/xsl/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -34,6 +34,50 @@ + + + LIBXSLT_VERSION + (integer) + + + + libxslt version like 10117. Available as of PHP 5.1.2. + + + + + + LIBXSLT_DOTTED_VERSION + (string) + + + + libxslt version like 1.1.17. Available as of PHP 5.1.2. + + + + + + LIBEXSLT_VERSION + (integer) + + + + libxslt version like 813. Available as of PHP 5.1.2. + + + + + + LIBEXSLT_DOTTED_VERSION + (string) + + + + libxslt version like 1.1.17. Available as of PHP 5.1.2. + + +