Kevin van Zonneveld
on 2008-03-01 21:01:31
@ Martijn Wieringa: Though our aim has always been to copy the PHP specs of all the functions as strict as possible, I could see why you would want this functionality. And given the fact that not using the extra parameter doesn't effect it's behaviour, I will be happy to make an exception in this case. Thanks again
Martijn Wieringa
on 2008-03-01 18:41:23
The args 'f_version' is missing in the function definition.
I've added this tag to fix the following problem:
When you're comparing numbers in a string.. like:
"Price 12.9"
"Price 12.15"
You want: "Price 12.9" > "Price 12.15".
Yet when you use numbers to indicate version numbers.. Like
"Version 12.9"
"Version 12.15"
You want: "Price 12.9" < "Price 12.15".