Hi Rasmus,
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]
> Uh, huh? The behaviour in 4.3.5 is the same as always. Nothing has
> changed here. It was simple user error in that report.
Result of Ilia's test-script with PHP 4.3.3:
array(2) {
[0]=>
string(3) "one"
[1]=>
string(4) "val1"
}
array(2) {
[0]=>
string(3) "two"
[1]=>
string(4) "val2"
}
array(1) {
[0]=>
string(0) ""
}
array(2) {
[0]=>
string(5) "three"
[1]=>
string(4) "val3"
}
and with PHP 4.3.5:
array(2) {
[0]=>
string(3) "one"
[1]=>
string(4) "val1"
}
array(2) {
[0]=>
string(3) "two"
[1]=>
string(4) "val2"
}
I think the behaviour is NOT the same as always.
Clemens
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php