Fabien POTENCIER wrote:
> I've just released and tagged symfony 1.0.0rc2.

FYI: PEAR uses version_compare() which expects RC to be capitalized:

var_dump(version_compare("4.0.4beta3", "4.0.4rc1", "<")); => false
var_dump(version_compare("4.0.4beta3", "4.0.4RC1", "<")); => true

regards,
Lukas


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to