bugs.php.net seems to be down, so i do it this way:
ah. and 4.2.3RC2 and Compaq Tru64 are'nt mentioned on buildtest-submit
on qa.php.net....
When running array_unique over
Array
(
[0] => 1
[1] => 1
[2] => 1
[3] => 2
[4] => 2
[5] => 3
[6] => 9
[7] => 7
[8] => 4
[9] => 4
[10] => 4
[11] => 4
[12] => 4
[13] => 4
[14] => 4
[15] => 4
[16] => 5
[17] => 12
[18] => 12
)
PHP 4.2.3RC2 on Compaq Tru64 returns
Array
(
[0] => 1
[3] => 2
[5] => 3
[6] => 9
[7] => 7
[13] => 4
[16] => 5
[18] => 12
)
should'nt it be
Array
(
[0] => 1
[3] => 2
[5] => 3
[6] => 9
[7] => 7
[8] => 4
[16] => 5
[17] => 12
)
?
Regards, Sebastian Nohn
--
[EMAIL PROTECTED] - http://nohn.net/
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php