Edit report at https://bugs.php.net/bug.php?id=62586&edit=1
ID: 62586
Comment by: dattaya108 at gmail dot com
Reported by: dattaya108 at gmail dot com
Summary: version_compare, case sensitivity
Status: Open
Type: Bug
Package: Unknown/Other Function
Operating System: Linux
PHP Version: 5.3.14
Block user comment: N
Private report: N
New Comment:
Wrong test script was provided. Right one:
var_dump(version_compare('2.1.0-DEV', '2.1.0-dev', '<'));
Previous Comments:
------------------------------------------------------------------------
[2012-07-17 10:58:14] dattaya108 at gmail dot com
Is there a page in the documentation that describes what's a "PHP-standardized"
version number?
------------------------------------------------------------------------
[2012-07-17 10:54:02] dattaya108 at gmail dot com
Description:
------------
Is this behavior intentional? If so, should the bug type be changed to
'documentation problem'?
Test script:
---------------
var_dump(version_compare('2.1.0-DEV', '2.1.0-dev'));
Expected result:
----------------
bool(false)
Actual result:
--------------
bool(true)
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=62586&edit=1