On Mon, 5 Sep 2005, Greg Beaver wrote: > Hi, > > version_compare('5.1.0-dev', '5.1.0b3') > > always claims 5.1.0-dev is older. This has been causing intermittent > problems with testing PEAR and other packages with the latest CVS of > PHP. Could we change the version of PHP in development to something > version_compare can work with like 5.1.0RC2-dev even if it ends up being > 5.1.0b4, 5.1.0 stable or anything else?
It was always custom to do this: 5.1.0-dev 5.1.0b1 5.1.0b2-dev 5.1.0b2 5.1.0RC1-dev 5.1.0RC1 5.1.0RC2-dev ... 5.1.0 But for some reason the current RMs don't do that anymore. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php