vrana Sat May 14 02:15:52 2005 EDT
Modified files:
/phpdoc/en/reference/info/functions version-compare.xml
Log:
Reveal PHP_VERSION
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/version-compare.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/info/functions/version-compare.xml
diff -u phpdoc/en/reference/info/functions/version-compare.xml:1.7
phpdoc/en/reference/info/functions/version-compare.xml:1.8
--- phpdoc/en/reference/info/functions/version-compare.xml:1.7 Mon Dec 15
11:51:14 2003
+++ phpdoc/en/reference/info/functions/version-compare.xml Sat May 14
02:15:52 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.version-compare">
<refnamediv>
@@ -58,6 +58,11 @@
function will return 1 if the relationship is the one specified
by the operator, 0 otherwise.
</para>
+ <note>
+ <para>
+ <constant>PHP_VERSION</constant> constant holds current PHP version.
+ </para>
+ </note>
<para>
<example>
<title><function>version_compare</function> example</title>