Mark wrote:

> I have an extension that seems to create PHP variables correctly, and
> var_dump() doesn't seem to have a problem. but upon moving to 5.1.x it
> fails.
> 
> Anyone have a suggestion?

Well, it is fixed. Evidently, PHP 5.1 sees a difference between $var["0"]
and $var[0]. It never did before.

BTW: this behavior is almost certainly in wddx.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to