From: Shaun M. <sh...@ae...> - 2004-12-17 03:21:59
|
On 17 Dec 2004, at 01:58, Tony Miller wrote: > What is the latest version of phpwebsite, and how did it break my > modules? > The latest version is v0.10 Quite a few modules broke because of version number comparisons in the boost install and for that matter the uninstall. If you're doing version number checks with simple operators, 0.10 is less than 0.93 so fails. You need to change to using the php version_compare() function. See http://uk.php.net/manual/en/function.version-compare.php and also many of the modules already in v0.10 This was warned about shortly before 0.10 came out but we're still mopping up the modules for those that missed the discussion on irc or on the dev mail list. Shaun aegis design - http://www.aegisdesign.co.uk |