mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
listing everything version compare knows about
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286529 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
96dfc3728a
commit
8735e3b291
1 changed files with 6 additions and 4 deletions
|
@ -27,12 +27,14 @@
|
|||
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:
|
||||
<literal>any string not found in this list</literal> <
|
||||
<literal>dev</literal> < <literal>alpha</literal> =
|
||||
<literal>a</literal> < <literal>beta</literal> =
|
||||
<literal>b</literal> < <literal>RC</literal> <
|
||||
<literal>pl</literal>. This way not only versions with different levels
|
||||
like '4.1' and '4.1.2' can be compared but also any PHP specific version
|
||||
containing development state.
|
||||
<literal>b</literal> < <literal>RC</literal> =
|
||||
<literal>rc</literal> < <literal>#</literal> <
|
||||
<literal>pl</literal> = <literal>p</literal>. This way not only versions
|
||||
with different levels like '4.1' and '4.1.2' can be compared but also any
|
||||
PHP specific version containing development state.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue