nlopess Thu Sep 6 15:16:36 2007 UTC
Modified files:
/phpdoc/scripts/iniupdate pecl.php
Log:
use natsort instead of sort
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/iniupdate/pecl.php?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/scripts/iniupdate/pecl.php
diff -u phpdoc/scripts/iniupdate/pecl.php:1.5
phpdoc/scripts/iniupdate/pecl.php:1.6
--- phpdoc/scripts/iniupdate/pecl.php:1.5 Thu Sep 6 15:11:00 2007
+++ phpdoc/scripts/iniupdate/pecl.php Thu Sep 6 15:16:36 2007
@@ -54,7 +54,7 @@
}
}
- sort($releases);
+ natsort($releases);
return $releases;
} catch (Exception $e) {