Hi. --On 11.07.2002 18:12:07 +0200 pp wrote:
> " Summary: Extended variable syntax incompatible with > assoc. arrays Description: > The well-known &(foo.bar); syntax for associative array values is now > deprecated and does not work any more. The replacement, &(foo[bar]);, > however, results in a PHP parser warning because the array key is an > unquoted string and could also refer to a constant. The obvious > solution, &(foo['bar']);, is not recognized by Midgard. > So, Midgard should either expand &(foo['bar']); expressions correctly or > provide some other, <b>easy</b> way to replace the deprecated This bug is fixed so that &(foo['bar']); / &(foo["bar"]); will work. Live long and prosper! Torben Nehmer -- Torben Nehmer, Munich, Germany http://www.nathan-syntronics.de, mailto:[EMAIL PROTECTED] PGP Public Key ID on wwwkeys.(de.)pgp.net: 0x7E9DE456 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
