From 4e19a488114f9a293fdcb27aa7f20218d14e1f67 Mon Sep 17 00:00:00 2001 From: Mark Wiesemann Date: Sun, 1 Jun 2003 15:18:04 +0000 Subject: [PATCH] typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129734 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/version-compare.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/info/functions/version-compare.xml b/reference/info/functions/version-compare.xml index 54eb1f113d..9bd448d7fe 100644 --- a/reference/info/functions/version-compare.xml +++ b/reference/info/functions/version-compare.xml @@ -1,5 +1,5 @@ - + @@ -34,8 +34,8 @@ and + with a dot . in the version strings and also inserts dots . before and after any non number so that for example '4.3.2RC1' becomes '4.3.2.RC.1'. Then it - splits the results like if you were using explode('.',$ver). The it - compares the parts startinig from left to right. If a part contains + splits the results like if you were using explode('.',$ver). Then it + compares the parts starting from left to right. If a part contains special version strings these are handled in the following order: dev < alpha < a < beta <