>currently we just grab the apr_table_get implementation for 
>APR::Table::get(). The problem is that if there is more than one value 
>added for the same key, get() will return one of these values. 

in 1.x this is only true in a scalar context (and is documented as such in
the Apache::Table docs I believe)

>Undetermined which. Is this normal? e.g. I was trying to test 
>$r->dir_config->get('key'), and there are a few values for 'key' (added 
>via PerlAddVar), 

my @arr = $r->dir_config->get('key');

is the 1.x syntax.  I am actually very fond of this and wouldn't want to see
it change in 2.0 without due discourse (were I to get a vote ;)

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to